Index: cc/resources/bitmap_content_layer_updater.h |
diff --git a/cc/resources/bitmap_content_layer_updater.h b/cc/resources/bitmap_content_layer_updater.h |
index 5ddc35f48a781f3f0849790d368461fad532b03d..34776002000613ac09a4884521971dc8edb2691d 100644 |
--- a/cc/resources/bitmap_content_layer_updater.h |
+++ b/cc/resources/bitmap_content_layer_updater.h |
@@ -42,7 +42,6 @@ class CC_EXPORT BitmapContentLayerUpdater : public ContentLayerUpdater { |
static scoped_refptr<BitmapContentLayerUpdater> Create( |
scoped_ptr<LayerPainter> painter, |
- RenderingStatsInstrumentation* stats_instrumenation, |
int layer_id); |
scoped_ptr<LayerUpdater::Resource> CreateResource( |
@@ -63,7 +62,6 @@ class CC_EXPORT BitmapContentLayerUpdater : public ContentLayerUpdater { |
protected: |
BitmapContentLayerUpdater( |
scoped_ptr<LayerPainter> painter, |
- RenderingStatsInstrumentation* stats_instrumenation, |
int layer_id); |
~BitmapContentLayerUpdater() override; |