Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: third_party/WebKit/Source/core/input/TouchEventManager.h

Issue 2397723004: reflow comments in core/input (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/input/TouchActionUtil.cpp ('k') | third_party/WebKit/Source/core/input/TouchEventManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698