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

Unified Diff: content/browser/renderer_host/render_widget_host_view_android.h

Issue 183923030: Almost finish moving context_menu_node_ from RenderViewImpl to RenderFrameImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync Created 6 years, 9 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/renderer_host/render_widget_host_view_android.h
===================================================================
--- content/browser/renderer_host/render_widget_host_view_android.h (revision 255633)
+++ content/browser/renderer_host/render_widget_host_view_android.h (working copy)
@@ -305,7 +305,7 @@
// ContentViewCoreImpl is our interface to the view system.
ContentViewCoreImpl* content_view_core_;
- ImeAdapterAndroid ime_adapter_android_;
+ scoped_refptr<ImeAdapterAndroid> ime_adapter_android_;
// Body background color of the underlying document.
SkColor cached_background_color_;

Powered by Google App Engine
This is Rietveld 408576698