| Index: third_party/WebKit/Source/core/events/PointerEvent.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/PointerEvent.cpp b/third_party/WebKit/Source/core/events/PointerEvent.cpp
|
| index 1ba6e6fa6f952a38bff720259534b62d9dd3de85..0659c5019a68069c66a0b50679257837a7093eb2 100644
|
| --- a/third_party/WebKit/Source/core/events/PointerEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/PointerEvent.cpp
|
| @@ -10,8 +10,9 @@
|
| namespace blink {
|
|
|
| PointerEvent::PointerEvent(const AtomicString& type,
|
| - const PointerEventInit& initializer)
|
| - : MouseEvent(type, initializer),
|
| + const PointerEventInit& initializer,
|
| + TimeTicks platform_time_stamp)
|
| + : MouseEvent(type, initializer, platform_time_stamp),
|
| pointer_id_(0),
|
| width_(0),
|
| height_(0),
|
|
|