| Index: cc/content_layer.h
|
| diff --git a/cc/content_layer.h b/cc/content_layer.h
|
| index 96319ba926b334627bb23c8534abac758843c8c6..4b0b90552fbca5b28a2d82c97570673f77938d62 100644
|
| --- a/cc/content_layer.h
|
| +++ b/cc/content_layer.h
|
| @@ -14,15 +14,13 @@ class SkCanvas;
|
| namespace cc {
|
|
|
| class ContentLayerClient;
|
| -class FloatRect;
|
| -class IntRect;
|
| class LayerUpdater;
|
|
|
| class ContentLayerPainter : public LayerPainter {
|
| public:
|
| static scoped_ptr<ContentLayerPainter> create(ContentLayerClient*);
|
|
|
| - virtual void paint(SkCanvas*, const IntRect& contentRect, FloatRect& opaque) OVERRIDE;
|
| + virtual void paint(SkCanvas*, const gfx::Rect& contentRect, gfx::RectF& opaque) OVERRIDE;
|
|
|
| private:
|
| explicit ContentLayerPainter(ContentLayerClient*);
|
|
|