| 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..2589451350f360555e6c0a01fa6e7db20ed91742 100644
|
| --- a/ui/views/cocoa/bridged_content_view.h
|
| +++ b/ui/views/cocoa/bridged_content_view.h
|
| @@ -68,15 +68,14 @@ class View;
|
| // Clear the hosted view. For example, if it is about to be destroyed.
|
| - (void)clearView;
|
|
|
| -// Process a mouse event captured while the widget had global mouse capture.
|
| -- (void)processCapturedMouseEvent:(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
|
| // contentRect (also this NSView's frame), as given by a ui::LocatedEvent.
|
| - (void)updateTooltipIfRequiredAt:(const gfx::Point&)locationInContent;
|
|
|
| +- (void)hideTooltipIfRequired;
|
| +
|
| // Update windowMask_ depending on the current view bounds.
|
| - (void)updateWindowMask;
|
|
|
|
|