| Index: third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.cpp
|
| diff --git a/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.cpp b/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.cpp
|
| index bbeb7d57104d8e4d89dca2e9ea2bec9ef612a762..4a5d14a049e9da575d69bd1de99f585e5c692fe9 100644
|
| --- a/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.cpp
|
| +++ b/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.cpp
|
| @@ -9,8 +9,8 @@
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "core/css/cssom/CSSURLImageValue.h"
|
| #include "core/css/parser/CSSParser.h"
|
| +#include "core/dom/ArrayBufferViewHelpers.h"
|
| #include "core/dom/ExecutionContext.h"
|
| -#include "core/dom/NotShared.h"
|
| #include "core/frame/ImageBitmap.h"
|
| #include "core/html/HTMLCanvasElement.h"
|
| #include "core/html/HTMLImageElement.h"
|
|
|