summaryrefslogtreecommitdiffstats
path: root/cc/heads_up_display_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/heads_up_display_layer.h')
-rw-r--r--cc/heads_up_display_layer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/heads_up_display_layer.h b/cc/heads_up_display_layer.h
index 15061c6..2c97a86 100644
--- a/cc/heads_up_display_layer.h
+++ b/cc/heads_up_display_layer.h
@@ -6,12 +6,13 @@
#define CC_HEADS_UP_DISPLAY_LAYER_H_
#include "base/memory/scoped_ptr.h"
+#include "cc/cc_export.h"
#include "cc/font_atlas.h"
#include "cc/layer.h"
namespace cc {
-class HeadsUpDisplayLayer : public Layer {
+class CC_EXPORT HeadsUpDisplayLayer : public Layer {
public:
static scoped_refptr<HeadsUpDisplayLayer> create();