| Index: cc/content_layer.cc
|
| diff --git a/cc/content_layer.cc b/cc/content_layer.cc
|
| index 5fa5636325928e4165bc8269d7afd13cc6657e89..da7113a69ae581756cd7c10d14c002df72510c90 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);
|
|
|