summaryrefslogtreecommitdiffstats
path: root/cc/content_layer_updater.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/content_layer_updater.h')
-rw-r--r--cc/content_layer_updater.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/content_layer_updater.h b/cc/content_layer_updater.h
index a51b0e9..7924a37 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: