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

Unified Diff: content/renderer/render_view_impl.cc

Issue 13831008: Fixing RenderViewImpl constructor initializers ordering. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
« no previous file with comments | « content/renderer/render_view_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index 7e0f9cb75d45fc1b065cb0bc280ada06a1715611..ce8b5ffbc4fabeaa885af6d1501ef6d0c695bfee 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -666,7 +666,12 @@ RenderViewImpl::RenderViewImpl(RenderViewImplParams* params)
update_frame_info_scheduled_(false),
expected_content_intent_id_(0),
media_player_proxy_(NULL),
+#endif
+#if defined(OS_WIN)
+ focused_plugin_id_(-1),
+#endif
enumeration_completion_id_(0),
+#if defined(OS_ANDROID)
ALLOW_THIS_IN_INITIALIZER_LIST(
load_progress_tracker_(new LoadProgressTracker(this))),
#endif
@@ -675,9 +680,6 @@ RenderViewImpl::RenderViewImpl(RenderViewImplParams* params)
handling_select_range_(false),
next_snapshot_id_(0),
allow_partial_swap_(params->allow_partial_swap),
-#if defined(OS_WIN)
- focused_plugin_id_(-1),
-#endif
updating_frame_tree_(false),
pending_frame_tree_update_(false),
target_process_id_(0),
« no previous file with comments | « content/renderer/render_view_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698