| 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 7b419ad9db642aef30b6c1ab0f5f27b70e2da17b..e034e0d4d69f38dc61dd368201386fd7cc6e67a0 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| @@ -420,6 +420,9 @@ void PaintLayer::updateTransform(const ComputedStyle* oldStyle, const ComputedSt
|
|
|
| if (had3DTransform != has3DTransform())
|
| dirty3DTransformedDescendantStatus();
|
| +
|
| + if (FrameView* frameView = layoutObject()->document().view())
|
| + frameView->setNeedsUpdateWidgetGeometries();
|
| }
|
|
|
| static PaintLayer* enclosingLayerForContainingBlock(PaintLayer* layer)
|
|
|