Index: cc/resources/content_layer_updater.cc |
diff --git a/cc/resources/content_layer_updater.cc b/cc/resources/content_layer_updater.cc |
index 0651e87f9ddb2d55add54ab45bbb35436576a620..9607ec6f46ec843755cf03f4ae87fd6851e5f91b 100644 |
--- a/cc/resources/content_layer_updater.cc |
+++ b/cc/resources/content_layer_updater.cc |
@@ -20,8 +20,8 @@ namespace cc { |
ContentLayerUpdater::ContentLayerUpdater( |
scoped_ptr<LayerPainter> painter, |
RenderingStatsInstrumentation* stats_instrumentation) |
- : painter_(painter.Pass()), |
- rendering_stats_instrumentation_(stats_instrumentation) {} |
+ : rendering_stats_instrumentation_(stats_instrumentation), |
+ painter_(painter.Pass()) {} |
ContentLayerUpdater::~ContentLayerUpdater() {} |