| Index: cc/layer_tiling_data.h
|
| diff --git a/cc/layer_tiling_data.h b/cc/layer_tiling_data.h
|
| index 97c59fdb3ca503ddca7c7dbf6628f48a859562dc..8ab6e2831a94b88fe12a2f059a2a91e209a0685f 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 "IntRect.h"
|
| @@ -16,7 +17,7 @@
|
|
|
| namespace cc {
|
|
|
| -class LayerTilingData {
|
| +class CC_EXPORT LayerTilingData {
|
| public:
|
| enum BorderTexelOption { HasBorderTexels, NoBorderTexels };
|
|
|
|
|