| 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 2bf479a072a93791897613e8fb58dd480a99df71..eeba23989538d42f54ca8ede6843702a914e4542 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::WebTouchEvent {
|
| m_type = type;
|
| m_modifiers = modifiers;
|
| m_timeStampSeconds = timestamp.InSeconds();
|
| + movedBeyondSlopRegion = true;
|
| }
|
|
|
| void append(const blink::WebTouchPoint& point) {
|
|
|