| Index: cc/contents_scaling_layer.h
|
| diff --git a/cc/contents_scaling_layer.h b/cc/contents_scaling_layer.h
|
| index 94e83a9e43824f4a233b1f936ed2e14552848344..45497eecab80eff70a07d19a5b0557ec0d14acb2 100644
|
| --- a/cc/contents_scaling_layer.h
|
| +++ b/cc/contents_scaling_layer.h
|
| @@ -13,7 +13,7 @@ namespace cc {
|
| // The content bounds are determined by bounds and scale of the contents.
|
| class ContentsScalingLayer : public Layer {
|
| public:
|
| - virtual IntSize contentBounds() const OVERRIDE;
|
| + virtual gfx::Size contentBounds() const OVERRIDE;
|
| virtual float contentsScaleX() const OVERRIDE;
|
| virtual float contentsScaleY() const OVERRIDE;
|
| virtual void setContentsScale(float contentsScale) OVERRIDE;
|
|
|