| Index: cc/raster/raster_buffer.h
|
| diff --git a/cc/raster/raster_buffer.h b/cc/raster/raster_buffer.h
|
| index 688053b2b1f15d488c8cc819a8970e8e1fb69dd5..04972f9d73e11117f81753977b4289ef260c3997 100644
|
| --- a/cc/raster/raster_buffer.h
|
| +++ b/cc/raster/raster_buffer.h
|
| @@ -23,7 +23,7 @@ class CC_EXPORT RasterBuffer {
|
| const gfx::Rect& raster_full_rect,
|
| const gfx::Rect& raster_dirty_rect,
|
| uint64_t new_content_id,
|
| - const gfx::SizeF& scales,
|
| + float scale,
|
| const RasterSource::PlaybackSettings& playback_settings) = 0;
|
| };
|
|
|
|
|