| Index: cc/raster/gpu_rasterizer.h
|
| diff --git a/cc/raster/gpu_rasterizer.h b/cc/raster/gpu_rasterizer.h
|
| index 51cf89fdb5d420260de1f8fabbc002b69df3080b..d1951436d538e7cee74b6ea8eff3df2b82270e16 100644
|
| --- a/cc/raster/gpu_rasterizer.h
|
| +++ b/cc/raster/gpu_rasterizer.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/macros.h"
|
| #include "cc/base/cc_export.h"
|
| +#include "cc/playback/raster_source.h"
|
| #include "cc/resources/resource_pool.h"
|
| #include "cc/tiles/tile.h"
|
| #include "third_party/skia/include/core/SkMultiPictureDraw.h"
|
| @@ -27,7 +28,8 @@ class CC_EXPORT GpuRasterizer {
|
| const RasterSource* raster_source,
|
| const gfx::Rect& raster_full_rect,
|
| const gfx::Rect& playback_rect,
|
| - float scale);
|
| + float scale,
|
| + const RasterSource::PlaybackSettings& playback_settings);
|
|
|
| ResourceProvider* resource_provider() { return resource_provider_; }
|
|
|
|
|