| Index: cc/resources/skpicture_content_layer_updater.h
|
| diff --git a/cc/resources/skpicture_content_layer_updater.h b/cc/resources/skpicture_content_layer_updater.h
|
| index a567976a2d87da980a319df4de0da362ff45ccde..d4df7d6d5e11f020b6449d04ebe22d1da0509b38 100644
|
| --- a/cc/resources/skpicture_content_layer_updater.h
|
| +++ b/cc/resources/skpicture_content_layer_updater.h
|
| @@ -13,14 +13,12 @@ class SkCanvas;
|
|
|
| namespace cc {
|
|
|
| -class LayerPainter;
|
| -
|
| // This class records the content_rect into an SkPicture. Subclass provides
|
| // SkCanvas to DrawPicture() for tile updating based on this recorded picture.
|
| class SkPictureContentLayerUpdater : public ContentLayerUpdater {
|
| protected:
|
| SkPictureContentLayerUpdater(
|
| - scoped_ptr<LayerPainter> painter,
|
| + scoped_ptr<ContentLayerPainter> painter,
|
| RenderingStatsInstrumentation* stats_instrumentation,
|
| int layer_id);
|
| virtual ~SkPictureContentLayerUpdater();
|
|
|