| Index: third_party/WebKit/Source/core/paint/PaintLayer.cpp | 
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.cpp b/third_party/WebKit/Source/core/paint/PaintLayer.cpp | 
| index ece88357555366f2d5de786ff1d55eded8c48b03..e7961555bb6dc1581eb8f6466956af8b9bb36b61 100644 | 
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp | 
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp | 
| @@ -138,12 +138,10 @@ PaintLayer::PaintLayer(LayoutBoxModelObject* layoutObject) | 
| m_isVisibleContentDirty(true), | 
| m_hasVisibleContent(false), | 
| m_isVisibleDescendantDirty(false), | 
| -      m_hasVisibleDescendant(false) | 
| +      m_hasVisibleDescendant(false), | 
| #if ENABLE(ASSERT) | 
| -      , | 
| -      m_needsPositionUpdate(true) | 
| +      m_needsPositionUpdate(true), | 
| #endif | 
| -      , | 
| m_is3DTransformedDescendantDirty(true), | 
| m_has3DTransformedDescendant(false), | 
| m_containsDirtyOverlayScrollbars(false), | 
|  |