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

Unified Diff: cc/scoped_texture.h

Issue 11365025: Make cc a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « cc/scheduler_state_machine.h ('k') | cc/scoped_thread_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « cc/scheduler_state_machine.h ('k') | cc/scoped_thread_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698