| Index: cc/content_layer.cc
|
| diff --git a/cc/content_layer.cc b/cc/content_layer.cc
|
| index 6eb58f637b8f13b2c88ebd388defd451b1b3411c..a8e10e6779052c1f5d0583f90262993220ec0c77 100644
|
| --- a/cc/content_layer.cc
|
| +++ b/cc/content_layer.cc
|
| @@ -65,7 +65,7 @@ void ContentLayer::setTexturePriorities(const PriorityCalculator& priorityCalc)
|
| TiledLayer::setTexturePriorities(priorityCalc);
|
| }
|
|
|
| -void ContentLayer::update(TextureUpdateQueue& queue, const OcclusionTracker* occlusion, RenderingStats& stats)
|
| +void ContentLayer::update(ResourceUpdateQueue& queue, const OcclusionTracker* occlusion, RenderingStats& stats)
|
| {
|
| createUpdaterIfNeeded();
|
| TiledLayer::update(queue, occlusion, stats);
|
|
|