commit | 07d6aae38fbed5699563a8754ad26fdb2e28054b | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Fri Apr 01 14:03:11 2022 -0400 |
committer | Kevin Lubick <kjlubick@google.com> | Mon Apr 04 11:35:08 2022 +0000 |
tree | 49cb1b263ad6b160cfdc1af44263c81f5c62fdd3 | |
parent | 231953efe9fbffe091541f5f8f98ea38aa5d661d [diff] [blame] |
Fix includes of SkColorSpace Required to land https://skia-review.googlesource.com/c/skia/+/526416 Change-Id: I7959b36c533f99334096a2bc467853a5aad92978 Bug: skia:13052
diff --git a/libs/hwui/renderthread/IRenderPipeline.h b/libs/hwui/renderthread/IRenderPipeline.h index aceb5a5..0238889 100644 --- a/libs/hwui/renderthread/IRenderPipeline.h +++ b/libs/hwui/renderthread/IRenderPipeline.h
@@ -24,6 +24,7 @@ #include "hwui/Bitmap.h" #include "ColorMode.h" +#include <SkColorSpace.h> #include <SkRect.h> #include <utils/RefBase.h>