diff options
Diffstat (limited to 'cc/thread_impl.h')
-rw-r--r-- | cc/thread_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/thread_impl.h b/cc/thread_impl.h index 9dfcd88..46f7128 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(); |