diff options
Diffstat (limited to 'cc/resources/bitmap_skpicture_content_layer_updater.h')
-rw-r--r-- | cc/resources/bitmap_skpicture_content_layer_updater.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cc/resources/bitmap_skpicture_content_layer_updater.h b/cc/resources/bitmap_skpicture_content_layer_updater.h index c4a73c4..e03f56d 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( |