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

Unified Diff: content/browser/renderer_host/input/input_router_client.h

Issue 628763003: Support InputRouter recycling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updates Created 6 years, 2 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_client.h
diff --git a/content/browser/renderer_host/input/input_router_client.h b/content/browser/renderer_host/input/input_router_client.h
index 3b0e6a9c3518f7d516651b8e6c0197f34a7de9d1..0f25cd1ba72a9cc63481e7ac7b88a4a7bc4dbd29 100644
--- a/content/browser/renderer_host/input/input_router_client.h
+++ b/content/browser/renderer_host/input/input_router_client.h
@@ -39,14 +39,6 @@ class CONTENT_EXPORT InputRouterClient {
// Called each time a WebInputEvent ACK IPC is received.
virtual void DecrementInFlightEventCount() = 0;
- // Called when the renderer notifies that it has touch event handlers.
- virtual void OnHasTouchEventHandlers(bool has_handlers) = 0;
-
- // Certain router implementations require periodic flushing of queued events.
- // When this method is called, the client should ensure a timely call, either
- // synchronous or asynchronous, of |Flush| on the InputRouter.
- virtual void SetNeedsFlush() = 0;
-
// Called when the router has finished flushing all events queued at the time
// of the call to Flush. The call will typically be asynchronous with
// respect to the call to |Flush| on the InputRouter.

Powered by Google App Engine
This is Rietveld 408576698