Index: content/renderer/gpu/gpu_channel_host.h |
diff --git a/content/renderer/gpu/gpu_channel_host.h b/content/renderer/gpu/gpu_channel_host.h |
index f06f1c9006b0735134b97b941a336520c84043eb..d81fdd88e857b9ba06b4520e46590f5a3e29e78e 100644 |
--- a/content/renderer/gpu/gpu_channel_host.h |
+++ b/content/renderer/gpu/gpu_channel_host.h |
@@ -15,6 +15,7 @@ |
#include "base/memory/weak_ptr.h" |
#include "base/process_util.h" |
#include "base/synchronization/lock.h" |
+#include "content/common/content_export.h" |
#include "content/common/gpu/gpu_process_launch_causes.h" |
#include "content/common/message_router.h" |
#include "content/public/common/gpu_info.h" |
@@ -48,7 +49,7 @@ struct GpuListenerInfo { |
scoped_refptr<base::MessageLoopProxy> loop; |
}; |
-class GpuChannelHostFactory { |
+class CONTENT_EXPORT GpuChannelHostFactory { |
public: |
virtual ~GpuChannelHostFactory(); |
static GpuChannelHostFactory* instance() { return instance_; } |