| Index: webkit/compositor_bindings/WebExternalTextureLayerImpl.cpp
|
| diff --git a/webkit/compositor_bindings/WebExternalTextureLayerImpl.cpp b/webkit/compositor_bindings/WebExternalTextureLayerImpl.cpp
|
| index 302ce5b10b6365a640ac2b8c6865257e64f90866..b3cdadfa778eb0648f486c7b3860a35d946b8c07 100644
|
| --- a/webkit/compositor_bindings/WebExternalTextureLayerImpl.cpp
|
| +++ b/webkit/compositor_bindings/WebExternalTextureLayerImpl.cpp
|
| @@ -61,7 +61,7 @@ void WebExternalTextureLayerImpl::setUVRect(const WebFloatRect& rect)
|
|
|
| void WebExternalTextureLayerImpl::setOpaque(bool opaque)
|
| {
|
| - static_cast<TextureLayerChromium*>(m_layer->layer())->setOpaque(opaque);
|
| + static_cast<TextureLayerChromium*>(m_layer->layer())->setContentsOpaque(opaque);
|
| }
|
|
|
| void WebExternalTextureLayerImpl::setPremultipliedAlpha(bool premultipliedAlpha)
|
|
|