| 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 4968fc1bee3ad90c0ca56a6ed0ea93a37cf44cb5..9f08be84ebb184df1b4c8afa9a4385a8b24a19cc 100644
|
| --- a/third_party/WebKit/Source/core/input/TouchEventManager.h
|
| +++ b/third_party/WebKit/Source/core/input/TouchEventManager.h
|
| @@ -68,7 +68,8 @@ class CORE_EXPORT TouchEventManager
|
| // Indicate that a touch scroll has started.
|
| void setTouchScrollStarted() { m_touchScrollStarted = true; }
|
|
|
| - // Invoked when a UserGestureIndicator corresponding to a touch event is utilized.
|
| + // Invoked when a UserGestureIndicator corresponding to a touch event is
|
| + // utilized.
|
| void userGestureUtilized() override;
|
|
|
| private:
|
| @@ -97,7 +98,8 @@ class CORE_EXPORT TouchEventManager
|
| WTF::UnsignedWithZeroKeyHashTraits<unsigned>>;
|
| TouchRegionMap m_regionForTouchID;
|
|
|
| - // If set, the document of the active touch sequence. Unset if no touch sequence active.
|
| + // If set, the document of the active touch sequence. Unset if no touch
|
| + // sequence active.
|
| Member<Document> m_touchSequenceDocument;
|
|
|
| RefPtr<UserGestureToken> m_touchSequenceUserGestureToken;
|
|
|