| Index: third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp b/third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp
|
| index c8c0c9453764d966351c8551bb86ef355e723a42..1f61d5e02b77c514bdcca363edf3ea857e19a70e 100644
|
| --- a/third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp
|
| +++ b/third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp
|
| @@ -113,7 +113,7 @@ PointerEvent* PointerEventFactoryTest::createAndCheckMouseEvent(
|
| PlatformEvent::Modifiers modifiers)
|
| {
|
| PointerEvent* pointerEvent = m_pointerEventFactory.create(
|
| - EventTypeNames::mousedown, PlatformMouseEventBuilder(pointerType, rawId, modifiers), nullptr, nullptr);
|
| + EventTypeNames::mousedown, PlatformMouseEventBuilder(pointerType, rawId, modifiers), nullptr);
|
| EXPECT_EQ(uniqueId, pointerEvent->pointerId());
|
| EXPECT_EQ(isPrimary, pointerEvent->isPrimary());
|
| return pointerEvent;
|
|
|