Chromium Code Reviews| Index: ui/views/cocoa/bridged_content_view.h |
| diff --git a/ui/views/cocoa/bridged_content_view.h b/ui/views/cocoa/bridged_content_view.h |
| index f6952a25e80dd9c7a712cc9e24458632e715e6c1..3737b3546a025c48f82d3d10bdf586735a18edd3 100644 |
| --- a/ui/views/cocoa/bridged_content_view.h |
| +++ b/ui/views/cocoa/bridged_content_view.h |
| @@ -71,6 +71,10 @@ class View; |
| // Process a mouse event captured while the widget had global mouse capture. |
| - (void)processCapturedMouseEvent:(NSEvent*)theEvent; |
| +// Resend a mouse event captured while the widget had global mouse capture int |
|
tapted
2016/09/21 10:07:05
(remove - see below)
snake
2016/09/21 12:29:52
Done.
|
| +// to the view. |
| +- (void)resendCapturedMouseEvent:(NSEvent*)theEvent; |
| + |
| // Mac's version of views::corewm::TooltipController::UpdateIfRequired(). |
| // Updates the tooltip on the ToolTipBaseView if the text needs to change. |
| // |locationInContent| is the position from the top left of the window's |