diff options
| author | 2015-08-04 11:14:15 -0400 | |
|---|---|---|
| committer | 2015-08-04 17:28:43 +0000 | |
| commit | a11ee3c4131d889d57b7d2cf30faa7c105b23b10 (patch) | |
| tree | 08ca16c8a4a6fa05a6dffb27f7f0649ec91d0319 /libs/hwui/SkiaCanvasProxy.cpp | |
| parent | 29095983226310799e424428876aeb7708e60204 (diff) | |
Add Skia includes where needed.
A proposed change in Skia will forward declare more classes in more
headers. As a result, some Skia headers need to be explicitly
included.
Change-Id: I577095afde9de0e36b8f904aee91979b01e30726
Diffstat (limited to 'libs/hwui/SkiaCanvasProxy.cpp')
| -rw-r--r-- | libs/hwui/SkiaCanvasProxy.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/hwui/SkiaCanvasProxy.cpp b/libs/hwui/SkiaCanvasProxy.cpp index 811a3b0d664e..0e5132582b07 100644 --- a/libs/hwui/SkiaCanvasProxy.cpp +++ b/libs/hwui/SkiaCanvasProxy.cpp @@ -18,7 +18,11 @@ #include <cutils/log.h> #include <SkPatchUtils.h> +#include <SkPaint.h> +#include <SkPath.h> #include <SkPixelRef.h> +#include <SkRect.h> +#include <SkRRect.h> namespace android { namespace uirenderer { |