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

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

Issue 2730313002: Remove FrameHost::overscrollController() methods (Closed)
Patch Set: 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
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 d885a1c306f3f276be94acb27af0c46f399a2095..04e56b0ab3216ab9bae34d78a0eb2b32e194d845 100644
--- a/third_party/WebKit/Source/core/frame/FrameHost.h
+++ b/third_party/WebKit/Source/core/frame/FrameHost.h
@@ -43,7 +43,6 @@ namespace blink {
class BrowserControls;
class ConsoleMessageStorage;
class EventHandlerRegistry;
-class OverscrollController;
class Page;
class TopDocumentRootScrollerController;
@@ -71,9 +70,6 @@ class CORE_EXPORT FrameHost final
BrowserControls& browserControls();
const BrowserControls& browserControls() const;
- OverscrollController& overscrollController();
- const OverscrollController& overscrollController() const;
-
EventHandlerRegistry& eventHandlerRegistry();
const EventHandlerRegistry& eventHandlerRegistry() const;

Powered by Google App Engine
This is Rietveld 408576698