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

Unified Diff: sky/engine/core/page/EventHandler.h

Issue 877043002: Remove RenderLayerScrollableArea (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/core/core.gni ('k') | sky/engine/core/page/EventHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/page/EventHandler.h
diff --git a/sky/engine/core/page/EventHandler.h b/sky/engine/core/page/EventHandler.h
index e39da8a2f3193efface424571fc181fe8ae6234f..bd7b96b0e9ce04b82c2b4c4c0115a8d2783940e1 100644
--- a/sky/engine/core/page/EventHandler.h
+++ b/sky/engine/core/page/EventHandler.h
@@ -57,7 +57,6 @@ class LocalFrame;
class Node;
class OptionalCursor;
class RenderLayer;
-class RenderLayerScrollableArea;
class RenderObject;
class ScrollableArea;
class Scrollbar;
@@ -118,8 +117,6 @@ private:
bool isInsideScrollbar(const IntPoint&) const;
- ScrollableArea* associatedScrollableArea(const RenderLayer*) const;
-
// Scrolls the elements of the DOM tree. Returns true if a node was scrolled.
// False if we reached the root and couldn't scroll anything.
// direction - The direction to scroll in. If this is a logicl direction, it will be
« no previous file with comments | « sky/engine/core/core.gni ('k') | sky/engine/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698