| Index: third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| index 6d8de243c0ba90c7df51a0f00cb7581364aa8613..8aff1ea9f21be17d039296fd1b58b7aea2b8e0e3 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| @@ -399,8 +399,6 @@ void LayoutFlexibleBox::UpdateBlockLayout(bool relayout_children) {
|
| ComputeOverflow(ClientLogicalBottomAfterRepositioning());
|
| }
|
|
|
| - UpdateLayerTransformAfterLayout();
|
| -
|
| // We have to reset this, because changes to our ancestors' style can affect
|
| // this value. Also, this needs to be before we call updateAfterLayout, as
|
| // that function may re-enter this one.
|
|
|