diff options
author | Robert Phillips <robertphillips@google.com> | 2018-04-19 09:32:31 -0400 |
---|---|---|
committer | Robert Phillips <robertphillips@google.com> | 2018-04-19 09:34:34 -0400 |
commit | b5003925ebcd9c795d01accaad1e7913d67f372a (patch) | |
tree | 418212aa937decb31c640caaab31a3fc86f14774 /libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp | |
parent | 158ed22f1791f794e801549cb21fa134ce1269fd (diff) |
Remove unused SkRRectsGaussianEdgeMaskFilter #include
SkRRectsGaussianEdgeMaskFilter is going away in Skia (https://skia-review.googlesource.com/c/skia/+/121960 (rm SkRRectsGaussianEdgeMaskFilter)) but this usage needs to be cleaned up first
Test: does it compile?
Change-Id: I489123a32958ada2d27425d78b3abb2db2290ce8
Diffstat (limited to 'libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp')
-rw-r--r-- | libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp b/libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp index 6e7a5b313cc5..6292a6c5c591 100644 --- a/libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp +++ b/libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp @@ -20,7 +20,6 @@ #include "SkiaPipeline.h" #include <SkPathOps.h> -#include <SkRRectsGaussianEdgeMaskFilter.h> #include <SkShadowUtils.h> namespace android { |