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

Unified Diff: cc/shared_quad_state.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/settings.h ('k') | cc/software_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/shared_quad_state.h
diff --git a/cc/shared_quad_state.h b/cc/shared_quad_state.h
index ff0faca26a70e89aba6f6326de60c5120f22f2bf..4abc8c9b5bd7959cddc16875b01203a78d9ceb3a 100644
--- a/cc/shared_quad_state.h
+++ b/cc/shared_quad_state.h
@@ -8,10 +8,11 @@
#include "base/memory/scoped_ptr.h"
#include "ui/gfx/rect.h"
#include <public/WebTransformationMatrix.h>
+#include "cc/cc_export.h"
namespace cc {
-struct SharedQuadState {
+struct CC_EXPORT SharedQuadState {
int id;
// Transforms from quad's original content space to its target content space.
« no previous file with comments | « cc/settings.h ('k') | cc/software_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698