| Index: cc/layers/picture_layer_impl.cc
|
| diff --git a/cc/layers/picture_layer_impl.cc b/cc/layers/picture_layer_impl.cc
|
| index 0cf42f07a13c9a9a842b2b8699e8804a2c172be9..f1e11453fb4a7cc28fed2453b5db72c444144685 100644
|
| --- a/cc/layers/picture_layer_impl.cc
|
| +++ b/cc/layers/picture_layer_impl.cc
|
| @@ -601,7 +601,7 @@ void PictureLayerImpl::UpdateCanUseLCDTextAfterCommit() {
|
| // Don't allow the LCD text state to change once disabled.
|
| if (!RasterSourceUsesLCDText())
|
| return;
|
| - if (can_use_lcd_text() == RasterSourceUsesLCDText())
|
| + if (CanUseLCDText() == RasterSourceUsesLCDText())
|
| return;
|
|
|
| // Raster sources are considered const, so in order to update the state
|
|
|