| 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 47f7fca4754a295fe21a41c9810179d00b3c72a4..a299d7fc3e739a5053bebff91ddfee4b978cdff2 100644
|
| --- a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
|
| +++ b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
|
| @@ -19,6 +19,7 @@
|
| #include "platform/graphics/StaticBitmapImage.h"
|
| #include "platform/image-encoders/ImageEncoderUtils.h"
|
| #include "public/platform/Platform.h"
|
| +#include "third_party/skia/include/core/SkSurface.h"
|
| #include "wtf/MathExtras.h"
|
|
|
| namespace blink {
|
|
|