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

Unified Diff: Source/core/page/EventHandler.h

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 | « Source/core/page/DragController.cpp ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/EventHandler.h
diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h
index 487107ba5d4ca2fcf100d461195f1b7aaf029d94..bc071b9591af73e011f5fdba5c3e5cd6a36cc584 100644
--- a/Source/core/page/EventHandler.h
+++ b/Source/core/page/EventHandler.h
@@ -71,7 +71,7 @@ class PlatformTouchEvent;
class PlatformWheelEvent;
class Layer;
class LayerScrollableArea;
-class RenderObject;
+class LayoutObject;
class ScrollableArea;
class Scrollbar;
class TextEvent;
@@ -97,7 +97,7 @@ public:
Node* mousePressNode() const;
#if OS(WIN)
- void startPanScrolling(RenderObject*);
+ void startPanScrolling(LayoutObject*);
#endif
void stopAutoscroll();
@@ -310,7 +310,7 @@ private:
bool handleScrollGestureOnResizer(Node*, const PlatformGestureEvent&);
- bool passScrollGestureEventToWidget(const PlatformGestureEvent&, RenderObject*);
+ bool passScrollGestureEventToWidget(const PlatformGestureEvent&, LayoutObject*);
AutoscrollController* autoscrollController() const;
bool panScrollInProgress() const;
« no previous file with comments | « Source/core/page/DragController.cpp ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698