| Index: third_party/WebKit/Source/platform/graphics/GraphicsTypes.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsTypes.h b/third_party/WebKit/Source/platform/graphics/GraphicsTypes.h
|
| index b011f6fe35c694bce5012c55c8acd9f987952ff7..a447e55fdde12e25a1b28b97aec3caea8841ac2e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsTypes.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsTypes.h
|
| @@ -27,12 +27,12 @@
|
| #define GraphicsTypes_h
|
|
|
| #include "platform/PlatformExport.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/build_config.h"
|
| #include "public/platform/WebBlendMode.h"
|
| #include "third_party/skia/include/core/SkFilterQuality.h"
|
| #include "third_party/skia/include/core/SkPaint.h"
|
| #include "third_party/skia/include/core/SkPath.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/build_config.h"
|
|
|
| namespace blink {
|
|
|
|
|