summaryrefslogtreecommitdiff
path: root/libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp
diff options
context:
space:
mode:
authorMike Reed <reed@google.com>2018-03-13 11:48:30 -0400
committerMike Reed <reed@google.com>2018-03-13 15:53:32 +0000
commit1b9eeb161defbcf4d48e1672477b79a2bcdc98f0 (patch)
treeb6cbffc9ee06cddbbda93710a6fa10a557ae16f4 /libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp
parent21a7cfa2b235985ece0ef51d086bcf41b8e3dcd1 (diff)
update call-sites to use SkMaskFilter::MakeBlur
Blur is now part of the core, so SkBlurMaskFilter.h is deprecated Test: make Change-Id: I06dd34972f34151e3c7f1e9d384ab2bd39890a56
Diffstat (limited to 'libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp')
-rw-r--r--libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp b/libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp
index 25c51f2716e6..6e7a5b313cc5 100644
--- a/libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp
+++ b/libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp
@@ -19,8 +19,6 @@
#include "SkiaDisplayList.h"
#include "SkiaPipeline.h"
-#include <SkBlurMask.h>
-#include <SkBlurMaskFilter.h>
#include <SkPathOps.h>
#include <SkRRectsGaussianEdgeMaskFilter.h>
#include <SkShadowUtils.h>