| Index: third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerClipper.h b/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| index 3a94f66c2217fc5ce3a36a35fca6b6558a1450e0..c3ad800e810459a338fe16444bad878dd48d51ef 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
|
| @@ -45,8 +45,9 @@
|
| #ifndef PaintLayerClipper_h
|
| #define PaintLayerClipper_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/layout/ClipRectsCache.h"
|
| -#include "core/layout/LayoutBox.h"
|
| +#include "core/layout/ScrollEnums.h"
|
| #include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|