| 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 9f80ca593c47a33958f8c9eb025376c01f79dac5..7b9bf33ad8b8d9731d2931f9a3189236b02a5219 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -1601,7 +1601,7 @@ void LayoutObject::mapToVisibleRectInContainerSpace(const LayoutBoxModelObject*
|
| }
|
|
|
| if (LayoutObject* o = parent()) {
|
| - if (o != paintInvalidationContainer && o->hasOverflowClip()) {
|
| + if (o->hasOverflowClip()) {
|
| LayoutBox* boxParent = toLayoutBox(o);
|
| if (o == paintInvalidationContainer)
|
| boxParent->applyCachedScrollOffsetForPaintInvalidation(rect);
|
|
|