| Index: cc/scoped_texture.h
|
| diff --git a/cc/scoped_texture.h b/cc/scoped_texture.h
|
| index ef322613903a6d3677b8473fc983c8e6dc47f2e3..8df1f9a00204b182c9fa7fe7bf3f8a328614fcb7 100644
|
| --- a/cc/scoped_texture.h
|
| +++ b/cc/scoped_texture.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "cc/cc_export.h"
|
| #include "cc/texture.h"
|
|
|
| #ifndef NDEBUG
|
| @@ -16,7 +17,7 @@
|
|
|
| namespace cc {
|
|
|
| -class ScopedTexture : protected Texture {
|
| +class CC_EXPORT ScopedTexture : protected Texture {
|
| public:
|
| static scoped_ptr<ScopedTexture> create(ResourceProvider* resourceProvider) { return make_scoped_ptr(new ScopedTexture(resourceProvider)); }
|
| virtual ~ScopedTexture();
|
|
|