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

Unified Diff: cc/layer_quad.h

Issue 11189043: cc: Rename cc classes and members to match filenames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
Index: cc/layer_quad.h
diff --git a/cc/layer_quad.h b/cc/layer_quad.h
index d4684950ab425d876770005b3c5e971921c06c48..9f4dfcf97e24ab8e23a4625cced154ae08f568dc 100644
--- a/cc/layer_quad.h
+++ b/cc/layer_quad.h
@@ -13,7 +13,7 @@ static const float kAntiAliasingInflateDistance = 0.5f;
namespace cc {
-class CCLayerQuad {
+class LayerQuad {
public:
class Edge {
public:
@@ -73,8 +73,8 @@ public:
float m_z;
};
- CCLayerQuad(const Edge& left, const Edge& top, const Edge& right, const Edge& bottom);
- CCLayerQuad(const FloatQuad&);
+ LayerQuad(const Edge& left, const Edge& top, const Edge& right, const Edge& bottom);
+ LayerQuad(const FloatQuad&);
Edge left() const { return m_left; }
Edge top() const { return m_top; }
« cc/active_animation.h ('K') | « cc/layer_painter.h ('k') | cc/layer_quad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698