| Index: third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h b/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h
|
| index e1c5886ade46949dcaa85bd7c84bb7add5082af0..e4282bba4dbd6a9a87b3b495790cc404410bc392 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h
|
| @@ -38,7 +38,10 @@
|
| #include "platform/graphics/Image.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| +#include "third_party/skia/include/core/SkColor.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| +#include "third_party/skia/include/core/SkScalar.h"
|
| +#include "third_party/skia/include/core/SkXfermode.h"
|
| #include "wtf/MathExtras.h"
|
|
|
| namespace blink {
|
|
|