| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index 72b00a38670f3e43a04ef437a5364ef290eacae7..06736f44c42eb63b5bdac12cace4ac86fe7dc448 100644
|
| --- a/cc/trees/thread_proxy.cc
|
| +++ b/cc/trees/thread_proxy.cc
|
| @@ -788,7 +788,7 @@ void ThreadProxy::BeginFrameCompleteOnImplThread(
|
| linkedEvictedBackingsExist()) {
|
| // Clear any uploads we were making to textures linked to evicted
|
| // resources
|
| - queue->clearUploadsToEvictedResources();
|
| + queue->ClearUploadsToEvictedResources();
|
| // Some textures in the layer tree are invalid. Kick off another commit
|
| // to fill them again.
|
| SetNeedsCommitOnImplThread();
|
|
|