| Index: third_party/WebKit/Source/core/layout/LayoutReplaced.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp b/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp
|
| index 517a746ed74de7c45226d4803e336e295b8d7b1a..9d8c906057ef2aaa543c2b90e97ccd4b3189f389 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp
|
| @@ -89,7 +89,7 @@ void LayoutReplaced::UpdateLayout() {
|
|
|
| overflow_.reset();
|
| AddVisualEffectOverflow();
|
| - UpdateLayerTransformAfterLayout();
|
| + UpdateAfterLayout();
|
| InvalidateBackgroundObscurationStatus();
|
|
|
| ClearNeedsLayout();
|
|
|