| 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 936545166a13e599418b9b87aaf64e7bed6ece8a..df6ee5056b937129a69a7b2771a9494b0462b7dc 100644
|
| --- a/ui/views/cocoa/bridged_content_view.h
|
| +++ b/ui/views/cocoa/bridged_content_view.h
|
| @@ -51,6 +51,8 @@ class View;
|
|
|
| // The cached window mask. Only used for non-rectangular windows on 10.9.
|
| base::scoped_nsobject<NSBezierPath> windowMask_;
|
| +
|
| + base::scoped_nsobject<NSText> textBridge_;
|
| }
|
|
|
| @property(readonly, nonatomic) views::View* hostedView;
|
| @@ -84,6 +86,8 @@ class View;
|
| // or not.
|
| - (void)updateFullKeyboardAccess;
|
|
|
| +- (NSView*)contextMenuView;
|
| +
|
| @end
|
|
|
| #endif // UI_VIEWS_COCOA_BRIDGED_CONTENT_VIEW_H_
|
|
|