| Index: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContextHost.h
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContextHost.h b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContextHost.h
|
| index 0f427bc694bfab96766603a2ccf7da0411930a50..f5498048fb82e3fd80a969856f29eae2217d8c6d 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContextHost.h
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContextHost.h
|
| @@ -7,10 +7,10 @@
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "core/CoreExport.h"
|
| #include "core/events/EventDispatcher.h"
|
| #include "core/events/EventTarget.h"
|
| +#include "platform/bindings/ScriptState.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/geometry/IntSize.h"
|
| #include "platform/graphics/ImageBuffer.h"
|
|
|