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 454626224f274afc513a7cb603015ae5a1afa5d9..5536dc674080e4abd38712169754957e38279e28 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp |
@@ -135,7 +135,7 @@ void LayoutEmbeddedObject::UpdateLayout() { |
overflow_.reset(); |
AddVisualEffectOverflow(); |
- UpdateLayerTransformAfterLayout(); |
+ UpdateAfterLayout(); |
if (!GetFrameOrPlugin() && GetFrameView()) |
GetFrameView()->AddPartToUpdate(*this); |