summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-07 04:14:01 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-07 04:14:01 +0000
commitd6150255f45ff5d9e4f4ee3bfada56cd0deec9a5 (patch)
tree48854d8a391d7154b5a991c7f2604132a543ad85
parent91f4b017e820a0cb0dc20a7ee076384e32559c02 (diff)
downloadchromium_src-d6150255f45ff5d9e4f4ee3bfada56cd0deec9a5.zip
chromium_src-d6150255f45ff5d9e4f4ee3bfada56cd0deec9a5.tar.gz
chromium_src-d6150255f45ff5d9e4f4ee3bfada56cd0deec9a5.tar.bz2
Fix windows build
BUG=None TEST=None TBR=apatrick@chromium.org Review URL: https://chromiumcodereview.appspot.com/9348008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120708 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--content/renderer/gpu/gpu_channel_host.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/renderer/gpu/gpu_channel_host.h b/content/renderer/gpu/gpu_channel_host.h
index f06f1c9..d81fdd8 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_; }