| Index: cc/layers/content_layer.cc
|
| diff --git a/cc/layers/content_layer.cc b/cc/layers/content_layer.cc
|
| index 858597771774f93bea2b87f5c582b6527d9b6ca5..edca5ed5f2b261f18a83ae7f76cadbed8391a5c7 100644
|
| --- a/cc/layers/content_layer.cc
|
| +++ b/cc/layers/content_layer.cc
|
| @@ -88,7 +88,7 @@ void ContentLayer::SetTexturePriorities(
|
| }
|
|
|
| bool ContentLayer::Update(ResourceUpdateQueue* queue,
|
| - const OcclusionTracker* occlusion) {
|
| + const OcclusionTracker<Layer>* occlusion) {
|
| {
|
| base::AutoReset<bool> ignore_set_needs_commit(&ignore_set_needs_commit_,
|
| true);
|
|
|