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

Unified Diff: third_party/WebKit/Source/core/frame/FrameHost.h

Issue 1970763002: Fixed up root scroller API to be more webby (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sigh...fix test expectation again, fix crash when there's no renderer Created 4 years, 6 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 | « third_party/WebKit/Source/core/dom/Document.idl ('k') | third_party/WebKit/Source/core/frame/FrameHost.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/FrameHost.h
diff --git a/third_party/WebKit/Source/core/frame/FrameHost.h b/third_party/WebKit/Source/core/frame/FrameHost.h
index 247e50055d49e75985f80b322907d7b9e426d773..b3685b9767b333ad181451b233531237e07449e9 100644
--- a/third_party/WebKit/Source/core/frame/FrameHost.h
+++ b/third_party/WebKit/Source/core/frame/FrameHost.h
@@ -50,7 +50,6 @@ class OverscrollController;
class Page;
struct PageScaleConstraints;
class PageScaleConstraintsSet;
-class RootScroller;
class Settings;
class TopControls;
class UseCounter;
@@ -98,9 +97,6 @@ public:
// use ChromeClient::screenInfo() instead.
float deviceScaleFactorDeprecated() const;
- RootScroller* rootScroller();
- const RootScroller* rootScroller() const;
-
TopControls& topControls();
const TopControls& topControls() const;
@@ -143,7 +139,6 @@ private:
explicit FrameHost(Page&);
const Member<Page> m_page;
- const Member<RootScroller> m_rootScroller;
const Member<TopControls> m_topControls;
const OwnPtr<PageScaleConstraintsSet> m_pageScaleConstraintsSet;
const Member<VisualViewport> m_visualViewport;
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.idl ('k') | third_party/WebKit/Source/core/frame/FrameHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698