| 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 f4b6a867cd7c56da72d142f05aa21551bf6a6cc8..20111a8bf6b229fe91a147d51dea73e71118fa60 100644
|
| --- a/ui/views/cocoa/bridged_content_view.h
|
| +++ b/ui/views/cocoa/bridged_content_view.h
|
| @@ -79,6 +79,10 @@ class View;
|
| // Update windowMask_ depending on the current view bounds.
|
| - (void)updateWindowMask;
|
|
|
| +// Notifies the associated FocusManager whether full keyboard access is enabled
|
| +// or not.
|
| +- (void)updateFullKeyboardAccess;
|
| +
|
| @end
|
|
|
| #endif // UI_VIEWS_COCOA_BRIDGED_CONTENT_VIEW_H_
|
|
|