| Index: content/browser/renderer_host/input/input_router_impl.cc
|
| diff --git a/content/browser/renderer_host/input/input_router_impl.cc b/content/browser/renderer_host/input/input_router_impl.cc
|
| index 9ca4489dc5c6e401adb1582c55dba727c203b7a5..bc17077507067b78519eefb2045635c0838536da 100644
|
| --- a/content/browser/renderer_host/input/input_router_impl.cc
|
| +++ b/content/browser/renderer_host/input/input_router_impl.cc
|
| @@ -104,7 +104,7 @@ GestureEventWithLatencyInfo MakeGestureEvent(WebInputEvent::Type type,
|
| int x,
|
| int y,
|
| int modifiers,
|
| - const ui::LatencyInfo latency) {
|
| + const ui::LatencyInfo& latency) {
|
| WebGestureEvent result;
|
|
|
| result.type = type;
|
|
|