| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index 3b9d6e52bb88f63e351a91d7ffbbd4f610395dce..d05cad9340974c5dd4d0adc975621f6e444dbac1 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -494,7 +494,10 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| // component if it is not already in |original|. And if |original| is
|
| // not NULL, it is also merged into the resulting LatencyInfo.
|
| ui::LatencyInfo CreateRWHLatencyInfoIfNotExist(
|
| - const ui::LatencyInfo* original, blink::WebInputEvent::Type type);
|
| + const ui::LatencyInfo* original,
|
| + blink::WebInputEvent::Type type,
|
| + const ui::LatencyInfo::InputCoordinates& logical_coordinates,
|
| + size_t logical_coordinates_size);
|
|
|
| // Called when we receive a notification indicating that the renderer
|
| // process has gone. This will reset our state so that our state will be
|
|
|