summaryrefslogtreecommitdiffstats
path: root/cc/tile.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/tile.h')
-rw-r--r--cc/tile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/tile.h b/cc/tile.h
index 9a18069..d7ace30 100644
--- a/cc/tile.h
+++ b/cc/tile.h
@@ -20,7 +20,7 @@ namespace cc {
class Tile;
-class Tile : public base::RefCounted<Tile> {
+class CC_EXPORT Tile : public base::RefCounted<Tile> {
public:
Tile(TileManager* tile_manager,
PicturePile* picture_pile,