summaryrefslogtreecommitdiffstats
path: root/cc/picture_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/picture_layer.h')
-rw-r--r--cc/picture_layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/picture_layer.h b/cc/picture_layer.h
index 731b90b..a0739d9 100644
--- a/cc/picture_layer.h
+++ b/cc/picture_layer.h
@@ -32,7 +32,7 @@ class CC_EXPORT PictureLayer : public ContentsScalingLayer {
virtual void update(
ResourceUpdateQueue& queue,
const OcclusionTracker* occlusion,
- RenderingStats& stats) OVERRIDE;
+ RenderingStats* stats) OVERRIDE;
virtual void setIsMask(bool is_mask) OVERRIDE;
protected: