Index: android_webview/native/aw_contents.h |
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h |
index 8f42a9202cbeeab097ed3e80a2d4c3be3cfed6a7..1b1b18070312a5a684db04bccbe4d02243436470 100644 |
--- a/android_webview/native/aw_contents.h |
+++ b/android_webview/native/aw_contents.h |
@@ -232,9 +232,9 @@ class AwContents : public FindHelper::Listener, |
void HideGeolocationPrompt(const GURL& origin); |
JavaObjectWeakGlobalRef java_ref_; |
- scoped_ptr<content::WebContents> web_contents_; |
scoped_ptr<AwWebContentsDelegate> web_contents_delegate_; |
scoped_ptr<AwContentsClientBridge> contents_client_bridge_; |
+ scoped_ptr<content::WebContents> web_contents_; |
hush (inactive)
2014/10/31 20:58:16
what's the purpose of this move?
boliu
2014/10/31 21:47:05
This is the "Reordered some native AwContents memb
|
scoped_ptr<AwRenderViewHostExt> render_view_host_ext_; |
scoped_ptr<FindHelper> find_helper_; |
scoped_ptr<IconHelper> icon_helper_; |