Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(705)

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h

Issue 2008063002: Add ScrollEnums.h, so that PaintLayerScrollableArea.h doesn't have to include LayoutBox.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/layout/ScrollEnums.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/WebKit/Source/core/layout/ScrollEnums.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698