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

Unified Diff: cc/direct_renderer.h

Issue 11232051: Remove static thread pointers from CC (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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/direct_renderer.h
diff --git a/cc/direct_renderer.h b/cc/direct_renderer.h
index c24c029e6a5879a90a72c4bb76514796d1a7947c..97539a570c427b216df9e974ca9b4bc76664b974 100644
--- a/cc/direct_renderer.h
+++ b/cc/direct_renderer.h
@@ -95,6 +95,7 @@ protected:
ScopedPtrHashMap<CCRenderPass::Id, CachedTexture> m_renderPassTextures;
CCResourceProvider* m_resourceProvider;
+ CCProxy* m_proxy;
jamesr 2012/10/22 22:00:36 why are you adding a proxy pointer to this class?
private:
DISALLOW_COPY_AND_ASSIGN(CCDirectRenderer);

Powered by Google App Engine
This is Rietveld 408576698