| Index: content/common/input/event_with_latency_info.h
|
| diff --git a/content/common/input/event_with_latency_info.h b/content/common/input/event_with_latency_info.h
|
| index b9ee6a48bc43d72e32e7ba5323fd65e06a98cede..e4ddc29aadf882c2105603f57cfc52fcc113bfc3 100644
|
| --- a/content/common/input/event_with_latency_info.h
|
| +++ b/content/common/input/event_with_latency_info.h
|
| @@ -37,7 +37,7 @@ void CONTENT_EXPORT Coalesce(const blink::WebGestureEvent& event_to_coalesce,
|
|
|
| class ScopedWebInputEventWithLatencyInfo {
|
| public:
|
| - ScopedWebInputEventWithLatencyInfo(const blink::WebInputEvent&,
|
| + ScopedWebInputEventWithLatencyInfo(ScopedWebInputEvent,
|
| const ui::LatencyInfo&);
|
|
|
| ~ScopedWebInputEventWithLatencyInfo();
|
|
|