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

Unified Diff: cc/render_pass.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/render_pass.h
diff --git a/cc/render_pass.h b/cc/render_pass.h
index fdcd72426cdbffd4e2a48380153c04c0e24fd9d9..e97b17880e7a9c73c11cea8082bc664e2aff7577 100644
--- a/cc/render_pass.h
+++ b/cc/render_pass.h
@@ -7,6 +7,7 @@
#include "FloatRect.h"
#include "base/basictypes.h"
+#include "cc/cc_export.h"
#include "cc/draw_quad.h"
#include "cc/hash_pair.h"
#include "cc/scoped_ptr_hash_map.h"
@@ -45,7 +46,7 @@ public:
typedef ScopedPtrVector<SharedQuadState> SharedQuadStateList;
-class RenderPass {
+class CC_EXPORT RenderPass {
public:
~RenderPass();

Powered by Google App Engine
This is Rietveld 408576698