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

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

Issue 721473002: Removed ScrollingCoordinator and a bunch of composited scrolling' (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: cr comments Created 6 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
« no previous file with comments | « sky/engine/core/loader/FrameLoader.cpp ('k') | sky/engine/core/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/page/Page.h
diff --git a/sky/engine/core/page/Page.h b/sky/engine/core/page/Page.h
index ab3028416ff052a06d2da69e88ba9d3d82e5b45d..fd181f6ae07d8fe4c3e9e0fb70350b49686aa12f 100644
--- a/sky/engine/core/page/Page.h
+++ b/sky/engine/core/page/Page.h
@@ -55,7 +55,6 @@ class RenderBox;
class RenderObject;
class VisibleSelection;
class ScrollableArea;
-class ScrollingCoordinator;
class ServiceProvider;
class Settings;
class SpellCheckerClient;
@@ -117,8 +116,6 @@ public:
DragCaretController& dragCaretController() const { return *m_dragCaretController; }
FocusController& focusController() const { return *m_focusController; }
- ScrollingCoordinator* scrollingCoordinator();
-
Settings& settings() const { return *m_settings; }
UseCounter& useCounter() { return m_useCounter; }
@@ -179,7 +176,6 @@ private:
const OwnPtr<Chrome> m_chrome;
const OwnPtr<DragCaretController> m_dragCaretController;
const OwnPtr<FocusController> m_focusController;
- OwnPtr<ScrollingCoordinator> m_scrollingCoordinator;
const OwnPtr<UndoStack> m_undoStack;
// Typically, the main frame and Page should both be owned by the embedder,
« no previous file with comments | « sky/engine/core/loader/FrameLoader.cpp ('k') | sky/engine/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698