| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| index 4c9dfeb6afdd5197fd0c3e86a4d08c3aef77207b..13e7ee638f0d5695ab82a73fd4f30efb4e29cd44 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -28,6 +28,7 @@
|
| #ifndef HTMLCanvasElement_h
|
| #define HTMLCanvasElement_h
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/ScriptValue.h"
|
| #include "bindings/core/v8/ScriptWrappableVisitor.h"
|
| #include "core/CoreExport.h"
|
| @@ -48,7 +49,6 @@
|
| #include "platform/graphics/ImageBufferClient.h"
|
| #include "platform/graphics/OffscreenCanvasPlaceholder.h"
|
| #include "platform/heap/Handle.h"
|
| -#include <memory>
|
|
|
| #define CanvasDefaultInterpolationQuality InterpolationLow
|
|
|
|
|