| Index: third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp
|
| index fe92bc6922cdfa86e07c778161ada2b9ecbae9c6..6d0cb045935a9705ff12030cf12f74d9432ed20b 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp
|
| @@ -112,7 +112,6 @@
|
| m_type = type;
|
| m_modifiers = modifiers;
|
| m_timestamp = timestamp;
|
| - m_causesScrollingIfUncanceled = true;
|
| }
|
|
|
| void append(const blink::PlatformTouchPoint& point) {
|
|
|