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

Unified Diff: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h

Issue 2468073002: Move LayerHitTestRects to a separate file. (Closed)
Patch Set: Created 4 years, 1 month 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
Index: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
index a9a856541816525f034b1738bebfd93730b9c84f..7d6396181c556159440a076a662e5dcecbede715 100644
--- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
+++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
@@ -27,9 +27,10 @@
#define ScrollingCoordinator_h
#include "core/CoreExport.h"
-#include "core/layout/LayoutObject.h"
+#include "core/paint/LayerHitTestRects.h"
#include "platform/PlatformWheelEvent.h"
#include "platform/geometry/IntRect.h"
+#include "platform/heap/Handle.h"
#include "platform/scroll/MainThreadScrollingReason.h"
#include "platform/scroll/ScrollTypes.h"
#include "wtf/Noncopyable.h"
@@ -37,21 +38,18 @@
#include <memory>
namespace blink {
-class WebScrollbarLayer;
-}
-
-namespace blink {
-
using MainThreadScrollingReasons = uint32_t;
class LocalFrame;
class FrameView;
class GraphicsLayer;
class Page;
+class PaintLayer;
class Region;
class ScrollableArea;
class CompositorAnimationTimeline;
class WebLayerTreeView;
+class WebScrollbarLayer;
class CORE_EXPORT ScrollingCoordinator final
: public GarbageCollectedFinalized<ScrollingCoordinator> {
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameLoader.cpp ('k') | third_party/WebKit/Source/core/paint/LayerHitTestRects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698