| Index: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
 | 
| index daad53c7bd927931e14cb6edae7f2f62659eb14a..e3b41326f1839f023d874350053202431afd5350 100644
 | 
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
 | 
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
 | 
| @@ -956,6 +956,8 @@ void PaintPropertyTreeBuilder::updatePropertiesForChildren(
 | 
|    updateSvgLocalToBorderBoxTransform(object, context);
 | 
|    updateScrollAndScrollTranslation(object, context);
 | 
|    updateOutOfFlowContext(object, context);
 | 
| +
 | 
| +  context.forceSubtreeUpdate |= object.subtreeNeedsPaintPropertyUpdate();
 | 
|  }
 | 
|  
 | 
|  }  // namespace blink
 | 
| 
 |