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

Unified Diff: cc/thread.h

Issue 11365025: Make cc a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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 | « cc/texture_uploader.h ('k') | cc/thread_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/thread.h
diff --git a/cc/thread.h b/cc/thread.h
index a017c421cd13bd960af4f9db78f49f328c88bb9c..c05d75a50dc01181ee88ea91ba8c5babf8d688b8 100644
--- a/cc/thread.h
+++ b/cc/thread.h
@@ -7,12 +7,13 @@
#include "base/callback.h"
#include "base/basictypes.h"
+#include "cc/cc_export.h"
namespace cc {
// Thread provides basic infrastructure for messaging with the compositor in a
// platform-neutral way.
-class Thread {
+class CC_EXPORT Thread {
public:
virtual ~Thread() { }
« no previous file with comments | « cc/texture_uploader.h ('k') | cc/thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698