| 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 4af4aec533455460ffe2a9d7963e85ce20ecba83..c8814063829b9af4c97a345751d064200513cf26 100644
|
| --- a/content/common/input/event_with_latency_info.h
|
| +++ b/content/common/input/event_with_latency_info.h
|
| @@ -28,13 +28,14 @@ class ScopedWebInputEventWithLatencyInfo {
|
| WARN_UNUSED_RESULT;
|
|
|
| const blink::WebInputEvent& event() const;
|
| + const blink::WebCoalescedInputEvent& coalesced_event() const;
|
| blink::WebInputEvent& event();
|
| const ui::LatencyInfo latencyInfo() const { return latency_; }
|
|
|
| void CoalesceWith(const ScopedWebInputEventWithLatencyInfo& other);
|
|
|
| private:
|
| - blink::WebScopedInputEvent event_;
|
| + blink::WebScopedCoalescedInputEvent event_;
|
| mutable ui::LatencyInfo latency_;
|
| };
|
|
|
|
|