Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index a533ea13f9322d0dabaffa20d52eb479a8f619df..e24bf593b1cc1a884a271dda096ced172ce962d0 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -803,6 +803,9 @@ class CONTENT_EXPORT WebContentsImpl |
// "waiting" or "loading." |
bool waiting_for_response_; |
+ // Any extra pointer will break frame_tree_root_.reset on Android. |
+ scoped_ptr<RenderViewHost> extra_pointer_; |
+ |
// Map of SiteInstance ID to max page ID for this tab. A page ID is specific |
// to a given tab and SiteInstance, and must be valid for the lifetime of the |
// WebContentsImpl. |