Chromium Code Reviews| Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h |
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h |
| index aba96399d77ea7e0b1b02e469e6a6f0eea11467d..611f278f02a8f9ee5a75b00fed1c73d22ea1209b 100644 |
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h |
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h |
| @@ -47,6 +47,7 @@ |
| #include "core/CoreExport.h" |
| #include "core/layout/ScrollAnchor.h" |
| #include "core/layout/ScrollEnums.h" |
| +#include "core/page/scrolling/StickyPositionScrollingConstraints.h" |
|
bokan
2016/09/25 15:56:44
Unrelated but I noticed this is needed to include
|
| #include "core/paint/PaintInvalidationCapableScrollableArea.h" |
| #include "core/paint/PaintLayerFragment.h" |
| #include "platform/heap/Handle.h" |