| 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 ceda19d736df198810bb3f7c2d9de80fdc95a461..9ce963e45b0e47c7687d2d2b81f4bfe33538ad7c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -2323,6 +2323,7 @@ bool LayoutBox::mapToVisualRectInAncestorSpace(
|
| const LayoutBoxModelObject* ancestor,
|
| LayoutRect& rect,
|
| VisualRectFlags visualRectFlags) const {
|
| + DCHECK(!needsLayout());
|
| inflateVisualRectForFilter(rect);
|
|
|
| if (ancestor == this)
|
|
|