summaryrefslogtreecommitdiff
path: root/libs/hwui/DeferredLayerUpdater.h
diff options
context:
space:
mode:
author Kevin Lubick <kjlubick@google.com> 2022-12-01 20:29:16 +0000
committer Kevin Lubick <kjlubick@google.com> 2022-12-01 20:32:42 +0000
commit4e8ce46f9c7e8cbb4d88d901c70004ff4110458a (patch)
tree8f7a3cb88de08aa917694509d3b4237a5759c25e /libs/hwui/DeferredLayerUpdater.h
parent875a53cf01f893b56e76fdbb6ac1112d3bc2540b (diff)
Add missing includes of SkBlendMode.h
It's being removed from SkPaint.h in https://skia-review.googlesource.com/c/skia/+/611077 and this was all the places I could find in frameworks/base. We might need another CL for a few other Android repos. Change-Id: I88d31166ed90356c4c52fbcde6bec6c1655b7cf2
Diffstat (limited to 'libs/hwui/DeferredLayerUpdater.h')
-rw-r--r--libs/hwui/DeferredLayerUpdater.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/DeferredLayerUpdater.h b/libs/hwui/DeferredLayerUpdater.h
index 9a4c5505fa35..a7f8f6189a8e 100644
--- a/libs/hwui/DeferredLayerUpdater.h
+++ b/libs/hwui/DeferredLayerUpdater.h
@@ -16,6 +16,7 @@
#pragma once
+#include <SkBlendMode.h>
#include <SkColorFilter.h>
#include <SkImage.h>
#include <SkMatrix.h>