Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1258)

Unified Diff: content/browser/web_contents/web_contents_view_android.h

Issue 2453213003: Have WebContentsViewAndroid own ViewAndroid (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698