| Index: third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.cpp b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| index 3ac149226ea287ae482c741872f4534cd0e74266..be481b9f7ed5947145e312690df6ee45ffc9af3d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -2194,7 +2194,7 @@ void LayoutBox::inflateVisualRectForReflectionAndFilter(LayoutRect& paintInvalid
|
| paintInvalidationRect.unite(reflectedRect(paintInvalidationRect));
|
|
|
| if (layer() && layer()->hasFilterInducingProperty())
|
| - paintInvalidationRect = layer()->mapLayoutRectForFilter(paintInvalidationRect);
|
| + paintInvalidationRect = layer()->mapLayoutRectToAffectedFilterRegion(paintInvalidationRect);
|
| }
|
|
|
| void LayoutBox::updateLogicalWidth()
|
|
|