| Index: Source/core/layout/LayoutView.cpp
|
| diff --git a/Source/core/layout/LayoutView.cpp b/Source/core/layout/LayoutView.cpp
|
| index 6d382e74a7b20b63b47724a53c4b8287df0b300c..45582708eaa583505b9eebc297d7b62d6199eda4 100644
|
| --- a/Source/core/layout/LayoutView.cpp
|
| +++ b/Source/core/layout/LayoutView.cpp
|
| @@ -416,7 +416,7 @@ void LayoutView::invalidatePaintForRectangle(const LayoutRect& paintInvalidation
|
| if (layer()->compositingState() == PaintsIntoOwnBacking) {
|
| setBackingNeedsPaintInvalidationInRect(paintInvalidationRect, invalidationReason);
|
| } else {
|
| - m_frameView->contentRectangleForPaintInvalidation(pixelSnappedIntRect(paintInvalidationRect));
|
| + m_frameView->contentRectangleForPaintInvalidation(enclosingIntRect(paintInvalidationRect));
|
| }
|
| }
|
|
|
|
|