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

Unified Diff: content/renderer/gpu/input_handler_proxy_client.h

Issue 15927023: Explicit interface for synchronous InputHandlerProxy input handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Shorter names ftw Created 7 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
« no previous file with comments | « content/renderer/gpu/input_handler_proxy.cc ('k') | content/renderer/gpu/input_handler_proxy_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/input_handler_proxy_client.h
diff --git a/content/renderer/gpu/input_handler_proxy_client.h b/content/renderer/gpu/input_handler_proxy_client.h
index 834ee661594436d325a2a507270a7f70ef6d03ab..beebb179b1eb9168db25593af28bb70e87b2e7d0 100644
--- a/content/renderer/gpu/input_handler_proxy_client.h
+++ b/content/renderer/gpu/input_handler_proxy_client.h
@@ -20,18 +20,6 @@ class InputHandlerProxyClient {
// Called just before the InputHandlerProxy shuts down.
virtual void WillShutdown() = 0;
- // Exactly one of the following two callbacks will be invoked after every
- // call to InputHandlerProxy::HandleInputEvent():
-
- // Called when the InputHandlerProxy handled the input event and no
- // further processing is required.
- virtual void DidHandleInputEvent() = 0;
-
- // Called when the InputHandlerProxy did not handle the input event.
- // If send_to_widget is true, the input event should be forwarded to the
- // WebWidget associated with this compositor for further processing.
- virtual void DidNotHandleInputEvent(bool send_to_widget) = 0;
-
// Transfers an active wheel fling animation initiated by a previously
// handled input event out to the client.
virtual void TransferActiveWheelFlingAnimation(
« no previous file with comments | « content/renderer/gpu/input_handler_proxy.cc ('k') | content/renderer/gpu/input_handler_proxy_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698