| Index: webkit/compositor_bindings/WebContentLayerImpl.cpp
|
| diff --git a/webkit/compositor_bindings/WebContentLayerImpl.cpp b/webkit/compositor_bindings/WebContentLayerImpl.cpp
|
| index 61d599818322fd78e91cde4e7fba0a9785339c00..635d8ec0350f40d7011b47ab16b81981048e4947 100644
|
| --- a/webkit/compositor_bindings/WebContentLayerImpl.cpp
|
| +++ b/webkit/compositor_bindings/WebContentLayerImpl.cpp
|
| @@ -59,7 +59,7 @@ bool WebContentLayerImpl::boundsContainPageScale() const
|
|
|
| void WebContentLayerImpl::setUseLCDText(bool enable)
|
| {
|
| - m_layer->layer()->setUseLCDText(enable);
|
| + m_layer->layer()->setCanUseLCDText(enable);
|
| }
|
|
|
| void WebContentLayerImpl::setDrawCheckerboardForMissingTiles(bool enable)
|
|
|