Index: cc/layer_impl.cc |
diff --git a/cc/layer_impl.cc b/cc/layer_impl.cc |
index 25a5fc5f43342ea90d3aa3aed6c25ffeed5d195d..54ea5819383445c7ed930e042b1d637874502feb 100644 |
--- a/cc/layer_impl.cc |
+++ b/cc/layer_impl.cc |
@@ -45,7 +45,7 @@ LayerImpl::LayerImpl(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) |
@@ -54,6 +54,7 @@ LayerImpl::LayerImpl(int id) |
, m_drawDepth(0) |
, m_drawOpacity(0) |
, m_drawOpacityIsAnimating(false) |
+ , m_screenSpaceOpacityIsAnimating(false) |
, m_debugBorderColor(0) |
, m_debugBorderWidth(0) |
, m_filter(0) |