Chromium Code Reviews| Index: ui/aura/event.h |
| diff --git a/ui/aura/event.h b/ui/aura/event.h |
| index e01e6c25423d323c098a5f380d7ec9a99c11afd9..93cc2c67d6bc4a1405db30a1ae15d8891ec65f3b 100644 |
| --- a/ui/aura/event.h |
| +++ b/ui/aura/event.h |
| @@ -143,6 +143,7 @@ class AURA_EXPORT TouchEvent : public LocatedEvent { |
| class AURA_EXPORT KeyEvent : public Event { |
| public: |
| + // TODO(yusukes): Remove |is_char| when IME support for Aura is submitted. |
| KeyEvent(const base::NativeEvent& native_event, bool is_char); |
| // Used for synthetic events in testing. |