| Index: ui/events/event.h
|
| diff --git a/ui/events/event.h b/ui/events/event.h
|
| index 78dd78869f77214fc036ca13120991f940bb831a..5f90b820afe8ec5df350c5f5a210a396c717fee8 100644
|
| --- a/ui/events/event.h
|
| +++ b/ui/events/event.h
|
| @@ -528,9 +528,6 @@ class EVENTS_EXPORT KeyEvent : public Event {
|
| // BMP characters.
|
| uint16 GetCharacter() const;
|
|
|
| - // Returns the copy of this key event. Used in NativeWebKeyboardEvent.
|
| - KeyEvent* Copy() const;
|
| -
|
| KeyboardCode key_code() const { return key_code_; }
|
| bool is_char() const { return is_char_; }
|
|
|
|
|