Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/ImageData.cpp |
| diff --git a/third_party/WebKit/Source/core/html/ImageData.cpp b/third_party/WebKit/Source/core/html/ImageData.cpp |
| index f2a9f3fab30b664efc1d527d2fbf85f76a0b059a..ae78044c5c4ead4935c61c3c81b26756d63e7c1d 100644 |
| --- a/third_party/WebKit/Source/core/html/ImageData.cpp |
| +++ b/third_party/WebKit/Source/core/html/ImageData.cpp |
| @@ -34,6 +34,7 @@ |
| #include "core/frame/ImageBitmap.h" |
| #include "core/imagebitmap/ImageBitmapOptions.h" |
| #include "platform/RuntimeEnabledFeatures.h" |
| +#include "platform/graphics/ColorBehavior.h" |
|
Justin Novosad
2017/03/03 19:34:57
Is this because it used to be indirectly included?
ccameron
2017/03/03 20:13:21
Yes, exactly.
|
| namespace blink { |