| Index: content/browser/web_contents/web_contents_view_android.h
|
| diff --git a/content/browser/web_contents/web_contents_view_android.h b/content/browser/web_contents/web_contents_view_android.h
|
| index 771047b97eef9f91630804a2f8779515ba66374e..e5f99dee03f21dec20cf955006346c0afe8d9b30 100644
|
| --- a/content/browser/web_contents/web_contents_view_android.h
|
| +++ b/content/browser/web_contents/web_contents_view_android.h
|
| @@ -99,6 +99,9 @@ class WebContentsViewAndroid : public WebContentsView,
|
| // Interface for extensions to WebContentsView. Used to show the context menu.
|
| std::unique_ptr<WebContentsViewDelegate> delegate_;
|
|
|
| + // The native view associated with the contents of the web.
|
| + std::unique_ptr<ui::ViewAndroid> view_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(WebContentsViewAndroid);
|
| };
|
|
|
|
|