| 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 60fb4d2e9f23df20ad2e9c52c11cca39d9a264b3..425f5e9641a29c7c27866a970229244418e4bec3 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)
|
|
|