Chromium Code Reviews| Index: third_party/WebKit/Source/core/paint/ObjectPaintProperties.h |
| diff --git a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h b/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h |
| index c63e8c6be542ad868452e4c3f2f5d1f47a0fd3ee..e27d32a2217319ed61a6c63ac874a008115aba64 100644 |
| --- a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h |
| +++ b/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h |
| @@ -7,6 +7,8 @@ |
| #include <memory> |
| #include "core/CoreExport.h" |
| +#include "core/paint/ClipRects.h" |
|
wkorman
2017/05/01 20:29:24
Do we still need these? No refs in this file.
chrishtr
2017/05/01 21:43:54
Moved to FragmentData, where they are needed.
|
| +#include "platform/RuntimeEnabledFeatures.h" |
| #include "platform/geometry/LayoutPoint.h" |
| #include "platform/graphics/paint/ClipPaintPropertyNode.h" |
| #include "platform/graphics/paint/EffectPaintPropertyNode.h" |