| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index f4f09e092abfa785fa2afa65039c512ca92b2c6a..7c7e4cc71b880abda77f470318c411f4334ddb4d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -1058,7 +1058,8 @@ private:
|
| // min/max.
|
| mutable LayoutUnit m_intrinsicContentLogicalHeight;
|
|
|
| - void inflatePaintInvalidationRectForReflectionAndFilter(LayoutRect&) const;
|
| + void inflateVisualRectForReflectionAndFilter(LayoutRect&) const;
|
| + void inflateVisualRectForReflectionAndFilterUnderContainer(LayoutRect&, const LayoutObject& container, const LayoutBoxModelObject* ancestorToStopAt) const;
|
|
|
| LayoutRectOutsets m_marginBoxOutsets;
|
|
|
|
|