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

Unified Diff: cc/layer_quad.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/layer_quad.h
diff --git a/cc/layer_quad.h b/cc/layer_quad.h
index 9f4dfcf97e24ab8e23a4625cced154ae08f568dc..90dcc738d59210250328811ff12cb5c61ae0d718 100644
--- a/cc/layer_quad.h
+++ b/cc/layer_quad.h
@@ -8,12 +8,13 @@
#include "FloatPoint3D.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') | cc/occlusion_tracker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698