Chromium Code Reviews| Index: content/browser/renderer_host/render_widget_host_view_aura.h |
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h |
| index 0c10ef0b8304b5a3b159ca8013bd2f445e678a7b..9e46c985f83652d527a2b3af3074a8600cf3a7e1 100644 |
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h |
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h |
| @@ -424,7 +424,10 @@ class CONTENT_EXPORT RenderWidgetHostViewAura |
| // This method computes movementX/Y and keeps track of mouse location for |
| // mouse lock on all mouse move events. |
| - void ModifyEventMovementAndCoords(blink::WebMouseEvent* event); |
| + // |event| contains the WebMouseEvent being modified. |
| + // |ui_mouse_event| contains the mouse event received. |
| + void ModifyEventMovementAndCoords(blink::WebMouseEvent* event, |
| + const ui::MouseEvent& ui_mouse_event); |
|
sky
2016/10/06 22:38:48
|event| should be last (style guide says out param
ananta
2016/10/06 22:43:16
Done.
|
| // Sends an IPC to the renderer process to communicate whether or not |
| // the mouse cursor is visible anywhere on the screen. |