Index: trunk/src/cc/resources/content_layer_updater.cc |
=================================================================== |
--- trunk/src/cc/resources/content_layer_updater.cc (revision 191411) |
+++ trunk/src/cc/resources/content_layer_updater.cc (working copy) |
@@ -20,8 +20,8 @@ |
ContentLayerUpdater::ContentLayerUpdater( |
scoped_ptr<LayerPainter> painter, |
RenderingStatsInstrumentation* stats_instrumentation) |
- : rendering_stats_instrumentation_(stats_instrumentation), |
- painter_(painter.Pass()) {} |
+ : painter_(painter.Pass()), |
+ rendering_stats_instrumentation_(stats_instrumentation) {} |
ContentLayerUpdater::~ContentLayerUpdater() {} |