diff options
Diffstat (limited to 'cc/resources/bitmap_content_layer_updater.cc')
-rw-r--r-- | cc/resources/bitmap_content_layer_updater.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/resources/bitmap_content_layer_updater.cc b/cc/resources/bitmap_content_layer_updater.cc index 493b42e..312b5a5 100644 --- a/cc/resources/bitmap_content_layer_updater.cc +++ b/cc/resources/bitmap_content_layer_updater.cc @@ -55,7 +55,7 @@ scoped_ptr<LayerUpdater::Resource> BitmapContentLayerUpdater::CreateResource( void BitmapContentLayerUpdater::PrepareToUpdate( const gfx::Rect& content_rect, - const gfx::Size& tile_size, + gfx::Size tile_size, float contents_width_scale, float contents_height_scale, gfx::Rect* resulting_opaque_rect) { |