| Index: cc/texture_layer.cc
|
| diff --git a/cc/texture_layer.cc b/cc/texture_layer.cc
|
| index f24b5e91a6911f91310bab9ae3ae0ef939232e6d..80d87fe008c02ac7e1830385db4ee34becbc79f6 100644
|
| --- a/cc/texture_layer.cc
|
| +++ b/cc/texture_layer.cc
|
| @@ -52,7 +52,7 @@ void TextureLayer::setFlipped(bool flipped)
|
| setNeedsCommit();
|
| }
|
|
|
| -void TextureLayer::setUVRect(const FloatRect& rect)
|
| +void TextureLayer::setUVRect(const gfx::RectF& rect)
|
| {
|
| m_uvRect = rect;
|
| setNeedsCommit();
|
| @@ -90,7 +90,7 @@ void TextureLayer::willModifyTexture()
|
| }
|
| }
|
|
|
| -void TextureLayer::setNeedsDisplayRect(const FloatRect& dirtyRect)
|
| +void TextureLayer::setNeedsDisplayRect(const gfx::RectF& dirtyRect)
|
| {
|
| Layer::setNeedsDisplayRect(dirtyRect);
|
|
|
|
|