| 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..fbc642ed4a13edbe1c2805bcfc23e26f59a6f298 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->setNeedsUpdateFrameViewBaseGeometries();
|
| }
|
|
|
| static PaintLayer* enclosingLayerForContainingBlock(PaintLayer* layer) {
|
|
|