| Index: cc/content_layer_updater.h
|
| diff --git a/cc/content_layer_updater.h b/cc/content_layer_updater.h
|
| index a51b0e941649124fd41007e1945d507a201b66b7..7924a37daa6d2b00c413c61b95e56a01f7021b8b 100644
|
| --- a/cc/content_layer_updater.h
|
| +++ b/cc/content_layer_updater.h
|
| @@ -23,7 +23,7 @@ protected:
|
| explicit ContentLayerUpdater(scoped_ptr<LayerPainter>);
|
| virtual ~ContentLayerUpdater();
|
|
|
| - void paintContents(SkCanvas*, const gfx::Rect& contentRect, float contentsWidthScale, float contentsHeightScale, gfx::Rect& resultingOpaqueRect, RenderingStats&);
|
| + void paintContents(SkCanvas*, const gfx::Rect& contentRect, float contentsWidthScale, float contentsHeightScale, gfx::Rect& resultingOpaqueRect, RenderingStats*);
|
| const gfx::Rect& contentRect() const { return m_contentRect; }
|
|
|
| private:
|
|
|