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

Unified Diff: Source/core/page/AutoscrollController.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/loader/ImageLoader.cpp ('k') | Source/core/page/AutoscrollController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/AutoscrollController.h
diff --git a/Source/core/page/AutoscrollController.h b/Source/core/page/AutoscrollController.h
index f7dc59dcfcf5d5fba7c3564256898cfe9b4dded0..9b19d21bb4728a660382ce93445e9aa6678d7f06 100644
--- a/Source/core/page/AutoscrollController.h
+++ b/Source/core/page/AutoscrollController.h
@@ -37,7 +37,7 @@ class Node;
class Page;
class PlatformMouseEvent;
class RenderBox;
-class RenderObject;
+class LayoutObject;
enum AutoscrollType {
NoAutoscroll,
@@ -58,9 +58,9 @@ public:
bool autoscrollInProgress() const;
bool autoscrollInProgress(const RenderBox*) const;
bool panScrollInProgress() const;
- void startAutoscrollForSelection(RenderObject*);
+ void startAutoscrollForSelection(LayoutObject*);
void stopAutoscroll();
- void stopAutoscrollIfNeeded(RenderObject*);
+ void stopAutoscrollIfNeeded(LayoutObject*);
void updateAutoscrollRenderer();
void updateDragAndDrop(Node* targetNode, const IntPoint& eventPosition, double eventTime);
#if OS(WIN)
« no previous file with comments | « Source/core/loader/ImageLoader.cpp ('k') | Source/core/page/AutoscrollController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698