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

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

Issue 2730313002: Remove FrameHost::overscrollController() methods (Closed)
Patch Set: Rebase Created 3 years, 9 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 | « no previous file | 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 1a8ce9e9c1c2ab3324774823fdb55bfb44e92bb8..7b712d2011a120a94f6497d3843fa07cfc572854 100644
--- a/third_party/WebKit/Source/core/frame/FrameHost.h
+++ b/third_party/WebKit/Source/core/frame/FrameHost.h
@@ -41,7 +41,6 @@
namespace blink {
class BrowserControls;
-class OverscrollController;
class Page;
// FrameHost is the set of global data shared between multiple frames
@@ -68,9 +67,6 @@ class CORE_EXPORT FrameHost final
BrowserControls& browserControls();
const BrowserControls& browserControls() const;
- OverscrollController& overscrollController();
- const OverscrollController& overscrollController() const;
-
DECLARE_TRACE();
void incrementSubframeCount();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698