| Index: third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp | 
| diff --git a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp | 
| index d8539867005a648294e397f9da13d5e74149efbf..20b98d6091508045654f47a46f9ae96e62582104 100644 | 
| --- a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp | 
| +++ b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp | 
| @@ -19,9 +19,9 @@ | 
| #include "platform/graphics/OffscreenCanvasFrameDispatcherImpl.h" | 
| #include "platform/graphics/StaticBitmapImage.h" | 
| #include "platform/image-encoders/ImageEncoderUtils.h" | 
| +#include "platform/wtf/MathExtras.h" | 
| #include "public/platform/Platform.h" | 
| #include "third_party/skia/include/core/SkSurface.h" | 
| -#include "wtf/MathExtras.h" | 
|  | 
| namespace blink { | 
|  | 
|  |