| Index: ui/events/event.h
|
| diff --git a/ui/events/event.h b/ui/events/event.h
|
| index b8a341a22345e862966e383f4dbe250ca082e9d1..596f31e78b10ec6d45d8b2edca68f047b986fdbb 100644
|
| --- a/ui/events/event.h
|
| +++ b/ui/events/event.h
|
| @@ -321,7 +321,8 @@ class EVENTS_EXPORT MouseEvent : public LocatedEvent {
|
| MouseEvent(EventType type,
|
| const gfx::Point& location,
|
| const gfx::Point& root_location,
|
| - int flags);
|
| + int flags,
|
| + int changed_button_flags);
|
|
|
| // Conveniences to quickly test what button is down
|
| bool IsOnlyLeftMouseButton() const {
|
|
|