| Index: ui/base/cocoa/base_view.h
|
| diff --git a/ui/base/cocoa/base_view.h b/ui/base/cocoa/base_view.h
|
| index 0675caeae632e96c577ef8b17c98af441be57355..496d22eb2ca289d4cfcc5351847bdfa5d44b6d15 100644
|
| --- a/ui/base/cocoa/base_view.h
|
| +++ b/ui/base/cocoa/base_view.h
|
| @@ -36,6 +36,9 @@ UI_BASE_EXPORT
|
| // subclass.
|
| - (void)mouseEvent:(NSEvent *)theEvent;
|
|
|
| +// Passes the event to the view's superview, so it could be processed there.
|
| +- (void)passMouseEventToSuperview:(NSEvent*)theEvent;
|
| +
|
| // keyEvent should return kEventHandled if it handled the event, or
|
| // kEventNotHandled if it should be forwarded to BaseView's super class.
|
| - (EventHandled)keyEvent:(NSEvent *)theEvent;
|
|
|