| Index: third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| index 50d9e241cc39b074790648d83b03c61e97e95290..781787641c9572f1d6c4ead586fecf4bc0b065db 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| @@ -411,11 +411,7 @@ void LayoutBlock::RemoveLeftoverAnonymousBlock(LayoutBlock* child) {
|
|
|
| void LayoutBlock::UpdateAfterLayout() {
|
| InvalidateStickyConstraints();
|
| -
|
| - // Update our scroll information if we're overflow:auto/scroll/hidden now that
|
| - // we know if we overflow or not.
|
| - if (HasOverflowClip())
|
| - Layer()->GetScrollableArea()->UpdateAfterLayout();
|
| + LayoutBox::UpdateAfterLayout();
|
| }
|
|
|
| void LayoutBlock::UpdateLayout() {
|
| @@ -690,8 +686,6 @@ bool LayoutBlock::SimplifiedLayout() {
|
| ComputeOverflow(old_client_after_edge, true);
|
| }
|
|
|
| - UpdateLayerTransformAfterLayout();
|
| -
|
| UpdateAfterLayout();
|
|
|
| ClearNeedsLayout();
|
|
|