| Index: third_party/WebKit/Source/core/paint/LayerClipRecorder.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/LayerClipRecorder.cpp b/third_party/WebKit/Source/core/paint/LayerClipRecorder.cpp
|
| index 8db79bb443724daa54ede48f4c4dffcfd6c3e22f..2cf7ede534dd723a148b3ddd9fd7649022f41f8e 100644
|
| --- a/third_party/WebKit/Source/core/paint/LayerClipRecorder.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/LayerClipRecorder.cpp
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "core/paint/LayerClipRecorder.h"
|
|
|
| -#include "core/layout/ClipRect.h"
|
| #include "core/layout/LayoutView.h"
|
| +#include "core/paint/ClipRect.h"
|
| #include "core/paint/PaintLayer.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
|
|