Index: third_party/WebKit/Source/core/events/PointerEventManagerTest.cpp |
diff --git a/third_party/WebKit/Source/core/events/PointerEventManagerTest.cpp b/third_party/WebKit/Source/core/events/PointerEventManagerTest.cpp |
index 439158d0ff24f40e56af3b7dc1dc86227c83093b..359f84592713a393cd33f45f76431a2575054439 100644 |
--- a/third_party/WebKit/Source/core/events/PointerEventManagerTest.cpp |
+++ b/third_party/WebKit/Source/core/events/PointerEventManagerTest.cpp |
@@ -52,6 +52,7 @@ PointerEventManagerTest::PlatformTouchPointBuilder::PlatformTouchPointBuilder( |
{ |
m_pointerProperties.id = id; |
m_pointerProperties.pointerType = pointerType; |
+ m_pointerProperties.force = 1.0; |
} |
PointerEventManagerTest::PlatformMouseEventBuilder::PlatformMouseEventBuilder( |