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

Unified Diff: content/renderer/gpu/input_handler_manager.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_event_filter_unittest.cc ('k') | content/renderer/gpu/input_handler_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/input_handler_manager.h
diff --git a/content/renderer/gpu/input_handler_manager.h b/content/renderer/gpu/input_handler_manager.h
index c33b5b772fdc75b8872145bcc109917a17a3c1cd..598e9448a3ec3e062952a3f393790130604bb91f 100644
--- a/content/renderer/gpu/input_handler_manager.h
+++ b/content/renderer/gpu/input_handler_manager.h
@@ -8,6 +8,7 @@
#include <map>
#include "base/memory/weak_ptr.h"
+#include "content/port/common/input_event_ack_state.h"
#include "content/renderer/render_view_impl.h"
#include "ipc/ipc_channel_proxy.h"
@@ -55,8 +56,8 @@ class InputHandlerManager {
void RemoveInputHandler(int routing_id);
// Called from the compositor's thread.
- void HandleInputEvent(int routing_id,
- const WebKit::WebInputEvent* input_event);
+ InputEventAckState HandleInputEvent(int routing_id,
+ const WebKit::WebInputEvent* input_event);
// Called from the compositor's thread.
InputEventFilter* filter() { return filter_.get(); }
« no previous file with comments | « content/renderer/gpu/input_event_filter_unittest.cc ('k') | content/renderer/gpu/input_handler_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698