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

Unified Diff: cc/layer_quad.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/layer_painter.h ('k') | cc/layer_sorter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_quad.h
diff --git a/cc/layer_quad.h b/cc/layer_quad.h
index 7283d9cad9ed1617c561dee9edd8f18365d4ca02..175cfed6a2ce8d00fa516caf2dccbdb243b78abf 100644
--- a/cc/layer_quad.h
+++ b/cc/layer_quad.h
@@ -7,12 +7,13 @@
#define CCLayerQuad_h
#include "FloatQuad.h"
+#include "cc/cc_export.h"
static const float kAntiAliasingInflateDistance = 0.5f;
namespace cc {
-class LayerQuad {
+class CC_EXPORT LayerQuad {
public:
class Edge {
public:
« no previous file with comments | « cc/layer_painter.h ('k') | cc/layer_sorter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698