| Index: cc/texture_layer.cc
|
| diff --git a/cc/texture_layer.cc b/cc/texture_layer.cc
|
| index c0115f727e82a533c23ee0c630a11ccaf25f2baa..fb1bfd3080207876fd16afe4d7ce5ecc50b95d71 100644
|
| --- a/cc/texture_layer.cc
|
| +++ b/cc/texture_layer.cc
|
| @@ -51,7 +51,7 @@ void TextureLayer::setFlipped(bool flipped)
|
| setNeedsCommit();
|
| }
|
|
|
| -void TextureLayer::setUVRect(const FloatRect& rect)
|
| +void TextureLayer::setUVRect(const gfx::RectF& rect)
|
| {
|
| m_uvRect = rect;
|
| setNeedsCommit();
|
| @@ -87,7 +87,7 @@ void TextureLayer::willModifyTexture()
|
| layerTreeHost()->acquireLayerTextures();
|
| }
|
|
|
| -void TextureLayer::setNeedsDisplayRect(const FloatRect& dirtyRect)
|
| +void TextureLayer::setNeedsDisplayRect(const gfx::RectF& dirtyRect)
|
| {
|
| Layer::setNeedsDisplayRect(dirtyRect);
|
|
|
|
|