| Index: third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| index 54cc8902f412b279808b4bef7fec408d54ec2c5d..b322771f5573fd6864fc6ace6f79919de686e48e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| @@ -136,7 +136,7 @@ void LayoutEmbeddedObject::UpdateLayout() {
|
| overflow_.reset();
|
| AddVisualEffectOverflow();
|
|
|
| - UpdateLayerTransformAfterLayout();
|
| + UpdateAfterLayout();
|
|
|
| if (!GetFrameOrPlugin() && GetFrameView())
|
| GetFrameView()->AddPartToUpdate(*this);
|
|
|