Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(676)

Unified Diff: cc/scoped_texture.h

Issue 11365025: Make cc a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win?? Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/scoped_texture.h
diff --git a/cc/scoped_texture.h b/cc/scoped_texture.h
index 90ed719c8fa42e25fea5e934b9010878ef49ebc9..5119a362becb0266cec7b3081022f8b4d43ef898 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();

Powered by Google App Engine
This is Rietveld 408576698