| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| index 9fd14255efb568cc83fcfc7da64129b8aba15919..95d2330a6d0d0fe4b8c9c739e7c71467291a7b7e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| @@ -484,8 +484,6 @@ void LayoutBlockFlow::UpdateBlockLayout(bool relayout_children) {
|
|
|
| descendants_with_floats_marked_for_layout_ = false;
|
|
|
| - UpdateLayerTransformAfterLayout();
|
| -
|
| UpdateAfterLayout();
|
|
|
| if (isHTMLDialogElement(GetNode()) && IsOutOfFlowPositioned())
|
|
|