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

Unified Diff: third_party/WebKit/Source/core/events/TouchEvent.h

Issue 2394653003: reflow comments in core/events,core/fileapi (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/events/TouchEvent.h
diff --git a/third_party/WebKit/Source/core/events/TouchEvent.h b/third_party/WebKit/Source/core/events/TouchEvent.h
index 36807058c1e45a4aea80f736e3384eb6429986fb..530ae237a98effaea9c74c90ac0b1ea5a1bcc07c 100644
--- a/third_party/WebKit/Source/core/events/TouchEvent.h
+++ b/third_party/WebKit/Source/core/events/TouchEvent.h
@@ -41,7 +41,8 @@ class CORE_EXPORT TouchEvent final : public UIEventWithKeyState {
public:
~TouchEvent() override;
- // We only initialize sourceCapabilities when we create TouchEvent from EventHandler, null if it is from JavaScript.
+ // We only initialize sourceCapabilities when we create TouchEvent from
+ // EventHandler, null if it is from JavaScript.
static TouchEvent* create() { return new TouchEvent; }
static TouchEvent* create(TouchList* touches,
TouchList* targetTouches,
« no previous file with comments | « third_party/WebKit/Source/core/events/TextEventInputType.h ('k') | third_party/WebKit/Source/core/events/TouchEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698