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

Unified Diff: cc/resources/layer_quad.h

Issue 1057283003: Remove parts of //cc we aren't using (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 months 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/resources/layer_painter.h ('k') | cc/resources/layer_tiling_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/layer_quad.h
diff --git a/cc/resources/layer_quad.h b/cc/resources/layer_quad.h
index 328f6668482361be54d76a1b8b6e7576e20177b6..99ba05462de752be733ea9d8ff6ff54621488084 100644
--- a/cc/resources/layer_quad.h
+++ b/cc/resources/layer_quad.h
@@ -7,7 +7,6 @@
#define CC_RESOURCES_LAYER_QUAD_H_
#include "base/basictypes.h"
-#include "cc/base/cc_export.h"
#include "ui/gfx/geometry/point_f.h"
namespace gfx {
@@ -18,9 +17,9 @@ static const float kAntiAliasingInflateDistance = 0.5f;
namespace cc {
-class CC_EXPORT LayerQuad {
+class LayerQuad {
public:
- class CC_EXPORT Edge {
+ class Edge {
public:
Edge() : x_(0), y_(0), z_(0), degenerate_(false) {}
Edge(const gfx::PointF& p, const gfx::PointF& q);
« no previous file with comments | « cc/resources/layer_painter.h ('k') | cc/resources/layer_tiling_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698