| Index: content/browser/web_contents/web_contents_view_mac.h
|
| diff --git a/content/browser/web_contents/web_contents_view_mac.h b/content/browser/web_contents/web_contents_view_mac.h
|
| index 80292af5bcec415401e58b10feb93150ad1c6ddd..93c1eaff906a046b8d3772cb6b2363e281e10020 100644
|
| --- a/content/browser/web_contents/web_contents_view_mac.h
|
| +++ b/content/browser/web_contents/web_contents_view_mac.h
|
| @@ -122,6 +122,11 @@ class WebContentsViewMac : public WebContentsView,
|
| WebContentsViewDelegate* delegate() { return delegate_.get(); }
|
|
|
| private:
|
| + // Returns the fullscreen view, if one exists; otherwise, returns the content
|
| + // native view. This ensures that the view currently attached to a NSWindow is
|
| + // being used to query or set first responder state.
|
| + gfx::NativeView GetNativeViewForFocus() const;
|
| +
|
| // The WebContentsImpl whose contents we display.
|
| WebContentsImpl* web_contents_;
|
|
|
|
|