diff options
author | Mike Reed <reed@google.com> | 2018-05-07 13:55:17 -0400 |
---|---|---|
committer | Mike Reed <reed@google.com> | 2018-05-08 20:47:45 +0000 |
commit | 932caf066832f5c2bc8286d2a36397a7db232325 (patch) | |
tree | 2e6c9f730c4e5ad5aa62a68b8782c5d259d635fc /libs/hwui/pipeline/skia/GLFunctorDrawable.cpp | |
parent | 948c4f53c8d5749ce14677b8c66bcc6388627d05 (diff) |
remove obsolete Glop, Tessellators, Programs, and SkiaShader
Test: make
Change-Id: I92f36335830dfc37be72468546637d9986f0baf1
Diffstat (limited to 'libs/hwui/pipeline/skia/GLFunctorDrawable.cpp')
-rw-r--r-- | libs/hwui/pipeline/skia/GLFunctorDrawable.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/pipeline/skia/GLFunctorDrawable.cpp b/libs/hwui/pipeline/skia/GLFunctorDrawable.cpp index 145e3c485cbc..7b69b633a91a 100644 --- a/libs/hwui/pipeline/skia/GLFunctorDrawable.cpp +++ b/libs/hwui/pipeline/skia/GLFunctorDrawable.cpp @@ -18,6 +18,7 @@ #include <GrContext.h> #include <private/hwui/DrawGlInfo.h> #include "GlFunctorLifecycleListener.h" +#include "Properties.h" #include "RenderNode.h" #include "SkAndroidFrameworkUtils.h" #include "SkClipStack.h" |