diff options
Diffstat (limited to 'cc/caching_bitmap_content_layer_updater.h')
-rw-r--r-- | cc/caching_bitmap_content_layer_updater.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/caching_bitmap_content_layer_updater.h b/cc/caching_bitmap_content_layer_updater.h index 334a26e..f7be2ee 100644 --- a/cc/caching_bitmap_content_layer_updater.h +++ b/cc/caching_bitmap_content_layer_updater.h @@ -16,11 +16,11 @@ class CachingBitmapContentLayerUpdater static scoped_refptr<CachingBitmapContentLayerUpdater> Create( scoped_ptr<LayerPainter>); - virtual void prepareToUpdate(const IntRect& content_rect, - const IntSize& tile_size, + virtual void prepareToUpdate(const gfx::Rect& content_rect, + const gfx::Size& tile_size, float contents_width_scale, float contents_height_scale, - IntRect& resulting_opaque_rect, + gfx::Rect& resulting_opaque_rect, RenderingStats&) OVERRIDE; bool pixelsDidChange() const; |