summaryrefslogtreecommitdiff
path: root/libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp
diff options
context:
space:
mode:
authorFlorin Malita <fmalita@google.com>2017-05-30 13:44:49 -0400
committerDerek Sollenberger <djsollen@google.com>2017-05-31 12:40:24 +0000
commitb4bee881806e853f233ece9ffa1be206eacac67e (patch)
treee8572d8213d983ae60697e526085fa0a3fa62a95 /libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp
parentffc8f650d00c09b34dcfa3ce45b9ea34cb7479b6 (diff)
Remove unneeded Skia include in ReorderBarrierDrawables.cpp
SkGaussianEdgeShader.h is a private Skia header, and not used at all in ReorderBarrierDrawables.cpp. Test: refactoring CL. Existing unit tests still pass. Change-Id: I01c6b2a9ce53617ce338a7fbd45554d2d2604c9e Signed-off-by: Florin Malita <fmalita@google.com> (cherry picked from commit 4bb94d19c6771cf886f1e94dbc2ca3da9c9f8dce)
Diffstat (limited to 'libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp')
-rw-r--r--libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp b/libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp
index e0f5e54bfcc4..975f849c7071 100644
--- a/libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp
+++ b/libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp
@@ -21,7 +21,6 @@
#include <SkBlurMask.h>
#include <SkBlurMaskFilter.h>
-#include <SkGaussianEdgeShader.h>
#include <SkPathOps.h>
#include <SkRRectsGaussianEdgeMaskFilter.h>
#include <SkShadowUtils.h>