| 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 6d0cb045935a9705ff12030cf12f74d9432ed20b..fe92bc6922cdfa86e07c778161ada2b9ecbae9c6 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp
|
| @@ -112,6 +112,7 @@ class SyntheticInspectorTouchEvent : public blink::PlatformTouchEvent {
|
| m_type = type;
|
| m_modifiers = modifiers;
|
| m_timestamp = timestamp;
|
| + m_causesScrollingIfUncanceled = true;
|
| }
|
|
|
| void append(const blink::PlatformTouchPoint& point) {
|
|
|