| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index 574b9facda68c895fa1088852cf8b1fbd80dadec..ec4269cb7867457f1600ed5390b41d30fdcb0db3 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -1259,13 +1259,6 @@ LayoutRect LayoutObject::previousVisualRectIncludingCompositedScrolling(
|
| return rect;
|
| }
|
|
|
| -void LayoutObject::adjustPreviousPaintInvalidationForScrollIfNeeded(
|
| - const DoubleSize& scrollDelta) {
|
| - if (containerForPaintInvalidation().usesCompositedScrolling())
|
| - return;
|
| - m_previousVisualRect.move(LayoutSize(scrollDelta));
|
| -}
|
| -
|
| void LayoutObject::clearPreviousVisualRects() {
|
| setPreviousVisualRect(LayoutRect());
|
| ObjectPaintInvalidator(*this).setPreviousLocationInBacking(LayoutPoint());
|
|
|