| Index: cc/image_layer.cc
|
| diff --git a/cc/image_layer.cc b/cc/image_layer.cc
|
| index 5ecff78e0f7086226f48b96ef658bd116cf6451c..9b959689aa9594ac6ff06f63543484e67a99872d 100644
|
| --- a/cc/image_layer.cc
|
| +++ b/cc/image_layer.cc
|
| @@ -48,7 +48,7 @@ void ImageLayer::setTexturePriorities(const PriorityCalculator& priorityCalc)
|
| TiledLayer::setTexturePriorities(priorityCalc);
|
| }
|
|
|
| -void ImageLayer::update(ResourceUpdateQueue& queue, const OcclusionTracker* occlusion, RenderingStats& stats)
|
| +void ImageLayer::update(ResourceUpdateQueue& queue, const OcclusionTracker* occlusion, RenderingStats* stats)
|
| {
|
| createUpdaterIfNeeded();
|
| if (m_needsDisplay) {
|
|
|