| Index: third_party/WebKit/Source/platform/exported/WebCoalescedInputEvent.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebCoalescedInputEvent.cpp b/third_party/WebKit/Source/platform/exported/WebCoalescedInputEvent.cpp
|
| index b765e8790956f67959661a9a9453aeabc78b25ce..541e69e266fe72fb7b3f3ee7ca122ebf1f7218eb 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebCoalescedInputEvent.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebCoalescedInputEvent.cpp
|
| @@ -92,6 +92,11 @@ WebCoalescedInputEvent::WebCoalescedInputEvent(
|
| coalesced_events_.push_back(MakeWebScopedInputEvent(*coalesced_event));
|
| }
|
|
|
| +WebCoalescedInputEvent::WebCoalescedInputEvent(
|
| + const WebCoalescedInputEvent& event)
|
| + : WebCoalescedInputEvent(event.Event(),
|
| + event.GetCoalescedEventsPointers()) {}
|
| +
|
| WebCoalescedInputEvent::WebScopedInputEvent
|
| WebCoalescedInputEvent::MakeWebScopedInputEvent(
|
| const blink::WebInputEvent& event) {
|
|
|