| Index: third_party/WebKit/Source/core/input/TouchEventManager.h
|
| diff --git a/third_party/WebKit/Source/core/input/TouchEventManager.h b/third_party/WebKit/Source/core/input/TouchEventManager.h
|
| index 123ac14aaf04a05f13ea08d9a700890e038857e8..2be2d4df8943043919d172f5c98bc2b3588d050d 100644
|
| --- a/third_party/WebKit/Source/core/input/TouchEventManager.h
|
| +++ b/third_party/WebKit/Source/core/input/TouchEventManager.h
|
| @@ -95,6 +95,7 @@ class CORE_EXPORT TouchEventManager
|
| Member<Document> m_touchSequenceDocument;
|
|
|
| bool m_touchPressed;
|
| + bool m_suppressingTouchmovesWithinSlop;
|
|
|
| // The current touch action, computed on each touch start and is
|
| // a union of all touches. Reset when all touches are released.
|
|
|