| 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 3371f912ecd5a690d19171125f09017afe471381..7a7b06132646c127501f1f10b1f0d13d2ccf0c28 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h
|
| @@ -38,11 +38,11 @@
|
| #include "platform/graphics/GraphicsTypes.h"
|
| #include "platform/graphics/Image.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| +#include "platform/wtf/MathExtras.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 "wtf/MathExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|