Chromium Code Reviews| 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..cd22dc8aa9526bfea11c9994d290581503575613 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(const ScopedWebInputEvent, |
|
dtapuska
2016/08/12 13:29:29
Why does this signature differ from the implementa
tdresser
2016/08/12 16:31:54
Whoops.
Done.
|
| const ui::LatencyInfo&); |
| ~ScopedWebInputEventWithLatencyInfo(); |