| 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 7e6e0ea4d9d8bc03a1e7226a5da400d98d7016cf..c633ed2fc07dfc64fb31b29b623f75520fd98366 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| @@ -830,8 +830,6 @@ void LayoutBlockFlow::layoutBlockChild(LayoutBox& child,
|
| LayoutUnit logicalTopEstimate =
|
| estimateLogicalTopPosition(child, layoutInfo, estimateWithoutPagination);
|
|
|
| - // Cache our old rect so that we can dirty the proper paint invalidation rects
|
| - // if the child moves.
|
| LayoutRect oldRect = child.frameRect();
|
|
|
| if (LayoutFlowThread* flowThread = flowThreadContainingBlock())
|
|
|