| 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 {
|
|
|