Chromium Code Reviews| Index: ui/aura/event.h |
| diff --git a/ui/aura/event.h b/ui/aura/event.h |
| index 5dcb72666b0099601416b7704426210a6a30a10c..91e92cb1ddd42d4c759e4383e0d3c8fcfc4e39bf 100644 |
| --- a/ui/aura/event.h |
| +++ b/ui/aura/event.h |
| @@ -144,6 +144,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. |