Index: cc/resources/skpicture_content_layer_updater.h |
diff --git a/cc/resources/skpicture_content_layer_updater.h b/cc/resources/skpicture_content_layer_updater.h |
index e5df995cbf159c48395bb47fa68efa02fe937aae..41a9f01e14e7bbd7db30811beae38b0e4e31792d 100644 |
--- a/cc/resources/skpicture_content_layer_updater.h |
+++ b/cc/resources/skpicture_content_layer_updater.h |
@@ -34,8 +34,7 @@ class SkPictureContentLayerUpdater : public ContentLayerUpdater { |
gfx::Size tile_size, |
float contents_width_scale, |
float contents_height_scale, |
- gfx::Rect* resulting_opaque_rect, |
- RenderingStats* stats) OVERRIDE; |
+ gfx::Rect* resulting_opaque_rect) OVERRIDE; |
void DrawPicture(SkCanvas* canvas); |
bool layer_is_opaque() const { return layer_is_opaque_; } |