| 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 63ca4a15b88ace97ab09ef1c0576743d6cd3f8bb..144047b67dcb08394d61c7819a837bbd3e1045c0 100644
|
| --- a/cc/resources/bitmap_skpicture_content_layer_updater.h
|
| +++ b/cc/resources/bitmap_skpicture_content_layer_updater.h
|
| @@ -34,7 +34,8 @@ class BitmapSkPictureContentLayerUpdater : public SkPictureContentLayerUpdater {
|
| };
|
|
|
| static scoped_refptr<BitmapSkPictureContentLayerUpdater> Create(
|
| - scoped_ptr<LayerPainter> painter);
|
| + scoped_ptr<LayerPainter> painter,
|
| + RenderingStatsInstrumentation* stats_instrumentation);
|
|
|
| virtual scoped_ptr<LayerUpdater::Resource> CreateResource(
|
| PrioritizedResourceManager* manager) OVERRIDE;
|
| @@ -43,7 +44,9 @@ class BitmapSkPictureContentLayerUpdater : public SkPictureContentLayerUpdater {
|
| RenderingStats* stats);
|
|
|
| private:
|
| - explicit BitmapSkPictureContentLayerUpdater(scoped_ptr<LayerPainter> painter);
|
| + BitmapSkPictureContentLayerUpdater(
|
| + scoped_ptr<LayerPainter> painter,
|
| + RenderingStatsInstrumentation* stats_instrumentation);
|
| virtual ~BitmapSkPictureContentLayerUpdater();
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BitmapSkPictureContentLayerUpdater);
|
|
|