| 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 5a1ac148b1a312f879737b92e96aab68c4190c9a..2b7f91e72352016d2b89ffcafe4880e5d4a6cd2c 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| @@ -45,8 +45,8 @@
|
| #define PaintLayerScrollableArea_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/layout/LayoutBox.h"
|
| #include "core/layout/ScrollAnchor.h"
|
| +#include "core/layout/ScrollEnums.h"
|
| #include "core/paint/PaintInvalidationCapableScrollableArea.h"
|
| #include "core/paint/PaintLayerFragment.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -58,10 +58,14 @@ enum ResizerHitTestType {
|
| ResizerForTouch
|
| };
|
|
|
| -class PlatformEvent;
|
| +class ComputedStyle;
|
| +class HitTestResult;
|
| class LayoutBox;
|
| -class PaintLayer;
|
| class LayoutScrollbarPart;
|
| +class PaintLayer;
|
| +class PlatformEvent;
|
| +class StickyPositionScrollingConstraints;
|
| +class SubtreeLayoutScope;
|
|
|
| typedef WTF::HashMap<PaintLayer*, StickyPositionScrollingConstraints> StickyConstraintsMap;
|
|
|
|
|