| Index: third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| index a2bafc6f2adafa3fd6f91c1eb6efe6e485715521..d9664b3399fbed53d9659a3b460900be7c827ec3 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "core/frame/FrameView.h"
|
| #include "core/frame/Settings.h"
|
| -#include "core/layout/ClipPathOperation.h"
|
| #include "core/layout/LayoutBlock.h"
|
| #include "core/layout/LayoutView.h"
|
| #include "core/layout/svg/LayoutSVGResourceClipper.h"
|
| @@ -20,6 +19,7 @@
|
| #include "core/paint/ScrollRecorder.h"
|
| #include "core/paint/ScrollableAreaPainter.h"
|
| #include "core/paint/Transform3DRecorder.h"
|
| +#include "core/style/ClipPathOperation.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/geometry/FloatPoint3D.h"
|
| #include "platform/graphics/GraphicsLayer.h"
|
|
|