Index: cc/resources/bitmap_skpicture_content_layer_updater.h |
diff --git a/cc/resources/bitmap_skpicture_content_layer_updater.h b/cc/resources/bitmap_skpicture_content_layer_updater.h |
index e20e3c35c5ed51c93c16f1e9b0a25842a56d7769..acdc607ec6ef6ba8af4d575a4fc3326027356a20 100644 |
--- a/cc/resources/bitmap_skpicture_content_layer_updater.h |
+++ b/cc/resources/bitmap_skpicture_content_layer_updater.h |
@@ -33,7 +33,7 @@ class BitmapSkPictureContentLayerUpdater : public SkPictureContentLayerUpdater { |
}; |
static scoped_refptr<BitmapSkPictureContentLayerUpdater> Create( |
- scoped_ptr<LayerPainter> painter, |
+ scoped_ptr<ContentLayerPainter> painter, |
RenderingStatsInstrumentation* stats_instrumentation, |
int layer_id); |
@@ -44,7 +44,7 @@ class BitmapSkPictureContentLayerUpdater : public SkPictureContentLayerUpdater { |
private: |
BitmapSkPictureContentLayerUpdater( |
- scoped_ptr<LayerPainter> painter, |
+ scoped_ptr<ContentLayerPainter> painter, |
RenderingStatsInstrumentation* stats_instrumentation, |
int layer_id); |
virtual ~BitmapSkPictureContentLayerUpdater(); |