| 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 9ff83624f6c3117012f5eff9157142c0b8b977d3..6ba73ee6aef5c05c1a9dc2a36242daf8a69b5fb1 100644
|
| --- a/third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp
|
| +++ b/third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp
|
| @@ -96,6 +96,7 @@ PointerEventFactoryTest::WebMouseEventBuilder::WebMouseEventBuilder(
|
| pointerType = pointerTypeParam;
|
| id = idParam;
|
| m_modifiers = modifiersParam;
|
| + m_frameScale = 1;
|
| }
|
|
|
| PointerEvent* PointerEventFactoryTest::createAndCheckTouchCancel(
|
|
|