Chromium Code Reviews| Index: cc/resources/raster_buffer.h |
| diff --git a/cc/resources/raster_buffer.h b/cc/resources/raster_buffer.h |
| index df7ea5fe20bc1f70298a068dc678382903822ced..d9791e938457a0b55fe653aa4e4e963a61cc1e9c 100644 |
| --- a/cc/resources/raster_buffer.h |
| +++ b/cc/resources/raster_buffer.h |
| @@ -9,7 +9,7 @@ |
| #include "ui/gfx/geometry/rect.h" |
| namespace cc { |
| -class PicturePileImpl; |
| +class RasterSource; |
| class RenderingStatsInstrumentation; |
| class CC_EXPORT RasterBuffer { |
| @@ -17,7 +17,7 @@ class CC_EXPORT RasterBuffer { |
| RasterBuffer(); |
| virtual ~RasterBuffer(); |
| - virtual void Playback(const PicturePileImpl* picture_pile, |
| + virtual void Playback(const RasterSource* raster_source, |
| const gfx::Rect& rect, |
| float scale, |
| RenderingStatsInstrumentation* stats) = 0; |
|
reveman
2014/10/27 19:27:58
Note that all that is really needed by the RasterB
vmpstr
2014/10/27 19:48:05
Acknowledged. (and I agree on both points)
|