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

Unified Diff: cc/layer_tree_host_impl.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/layer_tree_host_impl.h
diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
index bcdc355d4b68541a98d54019238ec7fefa269ab4..a44199451b545c6912c4067885a9d4f144a17863 100644
--- a/cc/layer_tree_host_impl.h
+++ b/cc/layer_tree_host_impl.h
@@ -276,6 +276,7 @@ protected:
virtual base::TimeDelta lowFrequencyAnimationInterval() const;
CCLayerTreeHostImplClient* m_client;
+ CCProxy* m_proxy;
int m_sourceFrameNumber;
private:

Powered by Google App Engine
This is Rietveld 408576698