| Index: third_party/WebKit/public/platform/WebInputEvent.h
|
| diff --git a/third_party/WebKit/public/platform/WebInputEvent.h b/third_party/WebKit/public/platform/WebInputEvent.h
|
| index 68c66d4099c148847b8c4f351d32a6f3fd9b991a..43349d55392bfd07fde5960bfb8649effe5b3696 100644
|
| --- a/third_party/WebKit/public/platform/WebInputEvent.h
|
| +++ b/third_party/WebKit/public/platform/WebInputEvent.h
|
| @@ -193,11 +193,8 @@ class WebInputEvent {
|
| // IsRight, IsComposing don't change the meaning of the key
|
| // being pressed. NumLockOn, ScrollLockOn, CapsLockOn are stateful
|
| // and don't indicate explicit depressed state.
|
| - // TODO(https://crbug.com/652018): Fix Java enum generation to not get
|
| - // confused by correctly formatted code.
|
| - // clang-format off
|
| - KeyModifiers = SymbolKey | FnKey | AltGrKey | MetaKey | AltKey | ControlKey | ShiftKey
|
| - // clang-format on
|
| + KeyModifiers =
|
| + SymbolKey | FnKey | AltGrKey | MetaKey | AltKey | ControlKey | ShiftKey,
|
| };
|
|
|
| // Indicates whether the browser needs to block on the ACK result for
|
|
|