Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1709)

Unified Diff: cc/trees/thread_proxy.cc

Issue 12962007: cc: Chromify resource_update_queue (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698