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

Unified Diff: content/browser/renderer_host/input/mock_input_router_client.cc

Issue 291003002: Move OverscrollController to RenderWidgetHostViewAura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DCHECK_GE Created 6 years, 7 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: content/browser/renderer_host/input/mock_input_router_client.cc
diff --git a/content/browser/renderer_host/input/mock_input_router_client.cc b/content/browser/renderer_host/input/mock_input_router_client.cc
index cb576efdfd72cc8b910a2c27a91427fddc2ba852..068af8c9206c6e12af80f9a8ce661acfff62553a 100644
--- a/content/browser/renderer_host/input/mock_input_router_client.cc
+++ b/content/browser/renderer_host/input/mock_input_router_client.cc
@@ -50,8 +50,8 @@ void MockInputRouterClient::OnHasTouchEventHandlers(
has_touch_handler_ = has_handlers;
}
-OverscrollController* MockInputRouterClient::GetOverscrollController() const {
- return NULL;
+void MockInputRouterClient::SetNeedsFlush() {
+ set_needs_flush_called_ = true;
}
void MockInputRouterClient::DidFlush() {
@@ -62,10 +62,6 @@ void MockInputRouterClient::DidOverscroll(const DidOverscrollParams& params) {
overscroll_ = params;
}
-void MockInputRouterClient::SetNeedsFlush() {
- set_needs_flush_called_ = true;
-}
-
bool MockInputRouterClient::GetAndResetFilterEventCalled() {
bool filter_input_event_called = filter_input_event_called_;
filter_input_event_called_ = false;
« no previous file with comments | « content/browser/renderer_host/input/mock_input_router_client.h ('k') | content/browser/renderer_host/overscroll_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698