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

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

Issue 2893843002: input: Remove now dead code. (Closed)
Patch Set: tot merge Created 3 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 a677f3291c858c00f9b9f7a1735012c56561a614..394380b91b2119d88b53293953aaac26978f80df 100644
--- a/content/browser/renderer_host/input/input_router_impl_perftest.cc
+++ b/content/browser/renderer_host/input/input_router_impl_perftest.cc
@@ -90,7 +90,6 @@ class NullInputRouterClient : public InputRouterClient {
blink::WebInputEvent::Type event_type) override {}
void DecrementInFlightEventCount(InputEventAckSource ack_source) override {}
void OnHasTouchEventHandlers(bool has_handlers) override {}
- void DidFlush() override {}
void DidOverscroll(const ui::DidOverscrollParams& params) override {}
void DidStopFlinging() override {}
void ForwardGestureEventWithLatencyInfo(

Powered by Google App Engine
This is Rietveld 408576698