summaryrefslogtreecommitdiffstats
path: root/cc/content_layer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/content_layer.cc')
-rw-r--r--cc/content_layer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/content_layer.cc b/cc/content_layer.cc
index 5fa5636..da7113a 100644
--- a/cc/content_layer.cc
+++ b/cc/content_layer.cc
@@ -66,7 +66,7 @@ void ContentLayer::setTexturePriorities(const PriorityCalculator& priorityCalc)
TiledLayer::setTexturePriorities(priorityCalc);
}
-void ContentLayer::update(ResourceUpdateQueue& queue, const OcclusionTracker* occlusion, RenderingStats& stats)
+void ContentLayer::update(ResourceUpdateQueue& queue, const OcclusionTracker* occlusion, RenderingStats* stats)
{
{
base::AutoReset<bool> ignoreSetNeedsCommit(&m_ignoreSetNeedsCommit, true);