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

Unified Diff: cc/CCThreadProxy.h

Issue 11079007: Fix issue incremental upload can evict textures being drawn (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporate review feedback Created 8 years, 2 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/CCThreadProxy.h
diff --git a/cc/CCThreadProxy.h b/cc/CCThreadProxy.h
index e64729156eb3a7aadb43ce7175668a215c8e4f15..6d9e3b625dc4913e39e444b5eebf83cfd5c3cc4b 100644
--- a/cc/CCThreadProxy.h
+++ b/cc/CCThreadProxy.h
@@ -167,10 +167,6 @@ private:
OwnPtr<CCTextureUpdateController> m_currentTextureUpdateControllerOnImplThread;
- // Set when we need to reset the contentsTexturesPurged flag after the
- // commit.
- bool m_resetContentsTexturesPurgedAfterCommitOnImplThread;
-
// Set when the next draw should post didCommitAndDrawFrame to the main thread.
bool m_nextFrameIsNewlyCommittedFrameOnImplThread;

Powered by Google App Engine
This is Rietveld 408576698