Index: cc/resources/bitmap_skpicture_content_layer_updater.cc |
diff --git a/cc/resources/bitmap_skpicture_content_layer_updater.cc b/cc/resources/bitmap_skpicture_content_layer_updater.cc |
index 5b8e5e43f2e0375bcd03c64fc875ffde38bde9c3..a78a9df4ded524e65914683303321814146f62a2 100644 |
--- a/cc/resources/bitmap_skpicture_content_layer_updater.cc |
+++ b/cc/resources/bitmap_skpicture_content_layer_updater.cc |
@@ -53,9 +53,8 @@ BitmapSkPictureContentLayerUpdater::BitmapSkPictureContentLayerUpdater( |
scoped_ptr<LayerPainter> painter, |
RenderingStatsInstrumentation* stats_instrumentation, |
int layer_id) |
- : SkPictureContentLayerUpdater(painter.Pass(), |
- stats_instrumentation, |
- layer_id) {} |
+ : SkPictureContentLayerUpdater(painter.Pass(), layer_id) { |
+} |
BitmapSkPictureContentLayerUpdater::~BitmapSkPictureContentLayerUpdater() {} |