| Index: cc/CCLayerImpl.cpp
|
| diff --git a/cc/CCLayerImpl.cpp b/cc/CCLayerImpl.cpp
|
| index e0dc50953f645238aa43bb22544d8e9164bcb28b..fefb0ac8c37c1cedd52b21cb8f1a8735469c4762 100644
|
| --- a/cc/CCLayerImpl.cpp
|
| +++ b/cc/CCLayerImpl.cpp
|
| @@ -43,7 +43,7 @@ CCLayerImpl::CCLayerImpl(int id)
|
| , m_preserves3D(false)
|
| , m_useParentBackfaceVisibility(false)
|
| , m_drawCheckerboardForMissingTiles(false)
|
| - , m_useLCDText(false)
|
| + , m_canUseLCDText(false)
|
| , m_drawsContent(false)
|
| , m_forceRenderSurface(false)
|
| , m_isContainerForFixedPositionLayers(false)
|
|
|