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

Unified Diff: third_party/WebKit/Source/platform/PlatformEvent.h

Issue 2388303002: reflow comments in platform/ (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/platform/PlatformEvent.h
diff --git a/third_party/WebKit/Source/platform/PlatformEvent.h b/third_party/WebKit/Source/platform/PlatformEvent.h
index 11c3535db4fea80408803144bd95bb9b4508afbd..7133b03cc3c81b26edadc489c1a86942561defd7 100644
--- a/third_party/WebKit/Source/platform/PlatformEvent.h
+++ b/third_party/WebKit/Source/platform/PlatformEvent.h
@@ -70,8 +70,9 @@ class PlatformEvent {
TouchScrollStarted,
};
- // These values are direct mappings of the values in WebInputEvent so the values can be cast between the
- // enumerations. static_asserts checking this are in web/WebInputEventConversion.cpp.
+ // These values are direct mappings of the values in WebInputEvent so the
+ // values can be cast between the enumerations. static_asserts checking this
+ // are in web/WebInputEventConversion.cpp.
enum Modifiers {
NoModifiers = 0,
ShiftKey = 1 << 0,

Powered by Google App Engine
This is Rietveld 408576698