| Index: cc/layer_impl.cc
|
| diff --git a/cc/layer_impl.cc b/cc/layer_impl.cc
|
| index 268f0b4bb221cdd39d93c76117930ba148e5fce0..8a9055969b06fb5dd2db8a3a3dd4423bf6e16a10 100644
|
| --- a/cc/layer_impl.cc
|
| +++ b/cc/layer_impl.cc
|
| @@ -42,7 +42,6 @@ LayerImpl::LayerImpl(LayerTreeHostImpl* hostImpl, int id)
|
| , m_preserves3D(false)
|
| , m_useParentBackfaceVisibility(false)
|
| , m_drawCheckerboardForMissingTiles(false)
|
| - , m_useLCDText(false)
|
| , m_drawsContent(false)
|
| , m_forceRenderSurface(false)
|
| , m_isContainerForFixedPositionLayers(false)
|
|
|