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

Unified Diff: cc/compositor_support_state.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
« no previous file with comments | « no previous file | cc/compositor_support_state.cc » ('j') | cc/direct_renderer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/compositor_support_state.h
diff --git a/cc/compositor_support_state.h b/cc/compositor_support_state.h
new file mode 100644
index 0000000000000000000000000000000000000000..ba3368c1d5cf74e8310a31d0c413fab53f26189f
--- /dev/null
+++ b/cc/compositor_support_state.h
@@ -0,0 +1,21 @@
+// Copyright 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CC_COMPOSITOR_SUPPORT_STATE_H_
+#define CC_COMPOSITOR_SUPPORT_STATE_H_
+
+namespace cc {
+
+class CCThread;
+
+struct CompositorSupportState {
jamesr 2012/10/22 22:00:36 Not sure you really need this struct - most users
+ CCThread* mainThread;
+ CCThread* implThread;
+
+ CompositorSupportState();
+};
+
+}
+
+#endif
« no previous file with comments | « no previous file | cc/compositor_support_state.cc » ('j') | cc/direct_renderer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698