From 4e8ce46f9c7e8cbb4d88d901c70004ff4110458a Mon Sep 17 00:00:00 2001 From: Kevin Lubick Date: Thu, 1 Dec 2022 20:29:16 +0000 Subject: 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 --- libs/hwui/Layer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/hwui/Layer.cpp') diff --git a/libs/hwui/Layer.cpp b/libs/hwui/Layer.cpp index 9053c1240957..fc3118ae32dd 100644 --- a/libs/hwui/Layer.cpp +++ b/libs/hwui/Layer.cpp @@ -20,6 +20,8 @@ #include "utils/Color.h" #include "utils/MathUtils.h" +#include + #include namespace android { -- cgit v1.2.3-59-g8ed1b