Index: cc/thread_impl.h |
diff --git a/cc/thread_impl.h b/cc/thread_impl.h |
index 9dfcd8810aae1cfaecf7205d1b8087ddd543bfdf..46f7128e94eef060f33ed0e1e8752734dd22b349 100644 |
--- a/cc/thread_impl.h |
+++ b/cc/thread_impl.h |
@@ -8,12 +8,13 @@ |
#include "base/callback.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/message_loop_proxy.h" |
+#include "cc/cc_export.h" |
#include "cc/thread.h" |
namespace cc { |
// Implements cc::Thread in terms of base::MessageLoopProxy. |
-class ThreadImpl : public Thread { |
+class CC_EXPORT ThreadImpl : public Thread { |
public: |
// Creates a ThreadImpl wrapping the current thread. |
static scoped_ptr<cc::Thread> createForCurrentThread(); |