| Index: content/browser/renderer_host/render_widget_host_view_event_handler.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_event_handler.h b/content/browser/renderer_host/render_widget_host_view_event_handler.h
|
| index b96f3bc2eff6ce6ff7c60a8dcbf70dd81601a57d..2f6236f47d595b4913594077c9d3e9873790121a 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_event_handler.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_event_handler.h
|
| @@ -62,8 +62,10 @@ class CONTENT_EXPORT RenderWidgetHostViewEventHandler
|
| // to the renderer instead. |update_event| (if non-null) is set to indicate
|
| // whether ui::KeyEvent::SetHandled() should be called on the underlying
|
| // ui::KeyEvent.
|
| - virtual void ForwardKeyboardEvent(const NativeWebKeyboardEvent& event,
|
| - bool* update_event) = 0;
|
| + virtual void ForwardKeyboardEventWithLatencyInfo(
|
| + const NativeWebKeyboardEvent& event,
|
| + const ui::LatencyInfo& latency,
|
| + bool* update_event) = 0;
|
| // Returns whether the widget needs to grab mouse capture to work properly.
|
| virtual bool NeedsMouseCapture() = 0;
|
| virtual void SetTooltipsEnabled(bool enable) = 0;
|
|
|