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

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

Issue 634313002: Add mouse input forwarding to gpu service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_impl.h
diff --git a/content/browser/renderer_host/input/input_router_impl.h b/content/browser/renderer_host/input/input_router_impl.h
index 0f7b023bfd6fe3e7233a5bd23e43d3d33acf0cee..3b91044d5cbcd9a6bc6f5baa4b660ed4e7a0683e 100644
--- a/content/browser/renderer_host/input/input_router_impl.h
+++ b/content/browser/renderer_host/input/input_router_impl.h
@@ -127,6 +127,11 @@ private:
const ui::LatencyInfo& latency_info,
bool is_keyboard_shortcut);
+ // Returns true if |input_event| was successfully sent to the gpu service
+ // as an async IPC Message
+ bool OfferToGpuService(const blink::WebInputEvent& input_event,
+ bool is_keyboard_shortcut);
+
// A data structure that attaches some metadata to a WebMouseWheelEvent
// and its latency info.
struct QueuedWheelEvent {
« no previous file with comments | « no previous file | content/browser/renderer_host/input/input_router_impl.cc » ('j') | content/renderer/render_widget.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698