| 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,
|
|
|