| Index: webkit/compositor_bindings/web_external_texture_layer_impl.cc
|
| diff --git a/webkit/compositor_bindings/web_external_texture_layer_impl.cc b/webkit/compositor_bindings/web_external_texture_layer_impl.cc
|
| index b47dff97cada781410e60ba3618cb3fa43f44a21..e43e4f14dc011619f88cd556992347f551997c85 100644
|
| --- a/webkit/compositor_bindings/web_external_texture_layer_impl.cc
|
| +++ b/webkit/compositor_bindings/web_external_texture_layer_impl.cc
|
| @@ -56,7 +56,7 @@ void WebExternalTextureLayerImpl::setFlipped(bool flipped)
|
|
|
| void WebExternalTextureLayerImpl::setUVRect(const WebFloatRect& rect)
|
| {
|
| - static_cast<TextureLayer*>(m_layer->layer())->setUVRect(convert(rect));
|
| + static_cast<TextureLayer*>(m_layer->layer())->setUVRect(rect);
|
| }
|
|
|
| void WebExternalTextureLayerImpl::setOpaque(bool opaque)
|
|
|