summaryrefslogtreecommitdiffstats
path: root/cc/layer_tiling_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layer_tiling_data.h')
-rw-r--r--cc/layer_tiling_data.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/layer_tiling_data.h b/cc/layer_tiling_data.h
index 5f2e5ea..97fdbb0 100644
--- a/cc/layer_tiling_data.h
+++ b/cc/layer_tiling_data.h
@@ -8,6 +8,7 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
+#include "cc/cc_export.h"
#include "cc/hash_pair.h"
#include "cc/scoped_ptr_hash_map.h"
#include "cc/tiling_data.h"
@@ -16,7 +17,7 @@
namespace cc {
-class LayerTilingData {
+class CC_EXPORT LayerTilingData {
public:
enum BorderTexelOption { HasBorderTexels, NoBorderTexels };