| Index: cc/single_thread_proxy.cc
|
| diff --git a/cc/single_thread_proxy.cc b/cc/single_thread_proxy.cc
|
| index 64b406b3ff1a09b123d7a71f4e9417bc91815b25..8b497817d92ce2b1e1e2738e5adaf9fc812d456d 100644
|
| --- a/cc/single_thread_proxy.cc
|
| +++ b/cc/single_thread_proxy.cc
|
| @@ -337,7 +337,7 @@ bool SingleThreadProxy::commitAndComposite()
|
| return false;
|
|
|
| // Unlink any texture backings that were deleted
|
| - PrioritizedTextureManager::BackingList evictedContentsTexturesBackings;
|
| + PrioritizedResourceManager::BackingList evictedContentsTexturesBackings;
|
| {
|
| DebugScopedSetImplThread implThread;
|
| m_layerTreeHost->contentsTextureManager()->getEvictedBackings(evictedContentsTexturesBackings);
|
|
|