| 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 ec9a1f44e5a2daeadd5c3321c54722094c5db494..2cba48211327f4f1ba2ddfe0b3913262482c0f17 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| @@ -420,7 +420,7 @@ void PaintLayer::updateTransform(const ComputedStyle* oldStyle,
|
| markAncestorChainForDescendantDependentFlagsUpdate();
|
|
|
| if (FrameView* frameView = layoutObject().document().view())
|
| - frameView->setNeedsUpdateWidgetGeometries();
|
| + frameView->setNeedsUpdateGeometries();
|
| }
|
|
|
| static PaintLayer* enclosingLayerForContainingBlock(PaintLayer* layer) {
|
|
|