| Index: third_party/WebKit/Source/core/layout/LayoutIFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutIFrame.cpp b/third_party/WebKit/Source/core/layout/LayoutIFrame.cpp
|
| index 7f96b4835c65c6bc73fbdc5c2b2d1d903b9f95a7..7e6fc04b82f646e2510ac91d3189a8a0fd410bf6 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutIFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutIFrame.cpp
|
| @@ -55,7 +55,7 @@ void LayoutIFrame::UpdateLayout() {
|
|
|
| overflow_.reset();
|
| AddVisualEffectOverflow();
|
| - UpdateLayerTransformAfterLayout();
|
| + UpdateAfterLayout();
|
|
|
| ClearNeedsLayout();
|
| }
|
|
|