| 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 6f31db2be8133f51a19ade2a959c49aea47cff19..ea22932963d42523287bd03058741cad9484454f 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -495,7 +495,8 @@ 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,
|
| + ui::LatencyInfo::LatencyScreenCoordinates coordinates);
|
|
|
| // Called when we receive a notification indicating that the renderer
|
| // process has gone. This will reset our state so that our state will be
|
|
|