Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp

Issue 2816873002: Update PaintLayer size during layout, not after.
Patch Set: Speculatively remove call to UpdateScrollbars() Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698