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

Unified Diff: third_party/WebKit/public/web/WebTouchAction.h

Issue 2388103002: reflow comments in public/web (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/public/web/WebTouchAction.h
diff --git a/third_party/WebKit/public/web/WebTouchAction.h b/third_party/WebKit/public/web/WebTouchAction.h
index 8907b4519fcd074fb681a3b6faf16217aedb75af..8ea93ee73e9d4df3497e0aaf0ae4b728687c6c11 100644
--- a/third_party/WebKit/public/web/WebTouchAction.h
+++ b/third_party/WebKit/public/web/WebTouchAction.h
@@ -33,7 +33,8 @@
namespace blink {
-// Flags for permitted touch actions, specified in http://w3c.github.io/pointerevents/#the-touch-action-css-property.
+// Flags for permitted touch actions, specified in
+// http://w3c.github.io/pointerevents/#the-touch-action-css-property.
enum WebTouchAction {
WebTouchActionNone = 0x0,
WebTouchActionPanLeft = 0x1,
« no previous file with comments | « third_party/WebKit/public/web/WebSurroundingText.h ('k') | third_party/WebKit/public/web/WebURLLoaderOptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698