| 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 218bbc9b9e3830fdf106bf5324dc2635bdf0a948..b1ac917a4e311419cf8e77dfb3850b6b34aebf10 100644
|
| --- a/cc/resources/skpicture_content_layer_updater.h
|
| +++ b/cc/resources/skpicture_content_layer_updater.h
|
| @@ -40,14 +40,17 @@ class SkPictureContentLayerUpdater : public ContentLayerUpdater {
|
| };
|
|
|
| static scoped_refptr<SkPictureContentLayerUpdater> Create(
|
| - scoped_ptr<LayerPainter> painter);
|
| + scoped_ptr<LayerPainter> painter,
|
| + RenderingStatsInstrumentation* stats_instrumentation);
|
|
|
| virtual scoped_ptr<LayerUpdater::Resource> CreateResource(
|
| PrioritizedResourceManager* manager) OVERRIDE;
|
| virtual void SetOpaque(bool opaque) OVERRIDE;
|
|
|
| protected:
|
| - explicit SkPictureContentLayerUpdater(scoped_ptr<LayerPainter> painter);
|
| + SkPictureContentLayerUpdater(
|
| + scoped_ptr<LayerPainter> painter,
|
| + RenderingStatsInstrumentation* stats_instrumentation);
|
| virtual ~SkPictureContentLayerUpdater();
|
|
|
| virtual void PrepareToUpdate(gfx::Rect content_rect,
|
|
|