| Index: cc/CCSolidColorDrawQuad.h
|
| diff --git a/cc/CCSolidColorDrawQuad.h b/cc/CCSolidColorDrawQuad.h
|
| index 6825612e491472f83634bc54f443dd3f0e1a771d..46699c94efc082dffe40be3d3049fb2f96a44b80 100644
|
| --- a/cc/CCSolidColorDrawQuad.h
|
| +++ b/cc/CCSolidColorDrawQuad.h
|
| @@ -15,13 +15,13 @@ namespace cc {
|
|
|
| class CCSolidColorDrawQuad : public CCDrawQuad {
|
| public:
|
| - static scoped_ptr<CCSolidColorDrawQuad> create(const CCSharedQuadState*, const IntRect&, SkColor);
|
| + static scoped_ptr<CCSolidColorDrawQuad> create(const CCSharedQuadState*, const WebKit::WebRect&, SkColor);
|
|
|
| SkColor color() const { return m_color; };
|
|
|
| static const CCSolidColorDrawQuad* materialCast(const CCDrawQuad*);
|
| private:
|
| - CCSolidColorDrawQuad(const CCSharedQuadState*, const IntRect&, SkColor);
|
| + CCSolidColorDrawQuad(const CCSharedQuadState*, const WebKit::WebRect&, SkColor);
|
|
|
| SkColor m_color;
|
| };
|
|
|