| Index: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp
|
| index 45263de930fd587a3d9dde4921da8e4306c07ca9..6d21000aceae28a022897c6302592d0cdfa9c8a8 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp
|
| @@ -568,7 +568,7 @@ void LayoutBoxModelObject::InvalidateTreeIfNeeded(
|
| LayoutRect previous_visual_rect = VisualRect();
|
| LayoutPoint previous_location = paint_invalidator.LocationInBacking();
|
| PaintInvalidationReason reason =
|
| - InvalidatePaintIfNeeded(new_paint_invalidation_state);
|
| + InvalidatePaint(new_paint_invalidation_state);
|
|
|
| if (previous_location != paint_invalidator.LocationInBacking()) {
|
| new_paint_invalidation_state
|
|
|