Index: cc/resources/bitmap_skpicture_content_layer_updater.h |
diff --git a/cc/resources/bitmap_skpicture_content_layer_updater.h b/cc/resources/bitmap_skpicture_content_layer_updater.h |
index c4a73c492e1787efa77d156e725d641bfed782aa..e03f56d853da51eb55ce2b208efccbe08c2a638c 100644 |
--- a/cc/resources/bitmap_skpicture_content_layer_updater.h |
+++ b/cc/resources/bitmap_skpicture_content_layer_updater.h |
@@ -23,8 +23,7 @@ class BitmapSkPictureContentLayerUpdater : public SkPictureContentLayerUpdater { |
virtual void Update(ResourceUpdateQueue* queue, |
gfx::Rect source_rect, |
gfx::Vector2d dest_offset, |
- bool partial_update, |
- RenderingStats* stats) OVERRIDE; |
+ bool partial_update) OVERRIDE; |
private: |
SkBitmap bitmap_; |
@@ -41,8 +40,7 @@ class BitmapSkPictureContentLayerUpdater : public SkPictureContentLayerUpdater { |
virtual scoped_ptr<LayerUpdater::Resource> CreateResource( |
PrioritizedResourceManager* manager) OVERRIDE; |
void PaintContentsRect(SkCanvas* canvas, |
- gfx::Rect source_rect, |
- RenderingStats* stats); |
+ gfx::Rect source_rect); |
private: |
BitmapSkPictureContentLayerUpdater( |