summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Kevin Lubick <kjlubick@google.com> 2023-09-07 23:00:30 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-09-07 23:00:30 +0000
commitec25c89322c0e5ef2b43d08a5968977128565de8 (patch)
tree7ee669e954b2d2eac975a35461824230e67f956b
parent6ec8521ce3d776212eac424ac5815e63093106c6 (diff)
parent584ce228d860a2484a49595273b7fb5e97a2e73a (diff)
Merge "Remove #include of private SkShadowFlags.h" into main
-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 11977bd54c2c..136740c799dd 100644
--- a/libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp
+++ b/libs/hwui/pipeline/skia/ReorderBarrierDrawables.cpp
@@ -27,7 +27,6 @@
#include <SkRect.h>
#include <SkScalar.h>
#include <SkShadowUtils.h>
-#include <include/private/SkShadowFlags.h>
namespace android {
namespace uirenderer {