| 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; }
|
|
|