Index: cc/trees/thread_proxy.cc |
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc |
index 0974592e08a4aec704119a5506eec69ab8383cfa..9fb97c0404db8569e11f78c1d2237c5e97c1a725 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(); |