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

Unified Diff: content/browser/renderer_host/input/input_router_impl_perftest.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/input_router_impl_perftest.cc
diff --git a/content/browser/renderer_host/input/input_router_impl_perftest.cc b/content/browser/renderer_host/input/input_router_impl_perftest.cc
index 3db414e56d893049e455931c1560fc0d50d2bd41..0a8c89fd1761c9f718d5927d655e6055e81bfa44 100644
--- a/content/browser/renderer_host/input/input_router_impl_perftest.cc
+++ b/content/browser/renderer_host/input/input_router_impl_perftest.cc
@@ -77,9 +77,6 @@ class NullInputRouterClient : public InputRouterClient {
virtual void IncrementInFlightEventCount() OVERRIDE {}
virtual void DecrementInFlightEventCount() OVERRIDE {}
virtual void OnHasTouchEventHandlers(bool has_handlers) OVERRIDE {}
- virtual OverscrollController* GetOverscrollController() const OVERRIDE {
- return NULL;
- }
virtual void DidFlush() OVERRIDE {}
virtual void SetNeedsFlush() OVERRIDE {}
virtual void DidOverscroll(const DidOverscrollParams& params) OVERRIDE {}

Powered by Google App Engine
This is Rietveld 408576698