| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| index ec8c6af4b31931417a01f914924d29f82201458c..c0adbf7e8c85985b262e15698fac99aac026e42c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -27,6 +27,7 @@
|
| #ifndef GraphicsLayer_h
|
| #define GraphicsLayer_h
|
|
|
| +#include <memory>
|
| #include "cc/layers/layer_client.h"
|
| #include "platform/PlatformExport.h"
|
| #include "platform/geometry/FloatPoint.h"
|
| @@ -45,13 +46,12 @@
|
| #include "platform/graphics/paint/PaintController.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/transforms/TransformationMatrix.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "public/platform/WebContentLayer.h"
|
| #include "public/platform/WebImageLayer.h"
|
| #include "public/platform/WebLayerStickyPositionConstraint.h"
|
| #include "third_party/skia/include/core/SkFilterQuality.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| -#include "wtf/Vector.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|