| Index: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| index 99d044640dc687757763772648f91944d761ab50..39d278b485866ad21bf74b3fe0b9b3517897a5e7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| @@ -304,7 +304,7 @@ public:
|
| protected:
|
| void willBeDestroyed() override;
|
|
|
| - LayoutPoint adjustedPositionRelativeToOffsetParent(const LayoutPoint&) const;
|
| + LayoutPoint adjustedPositionRelativeToUnclosedOffsetParent(const LayoutPoint&) const;
|
|
|
| bool calculateHasBoxDecorations() const;
|
|
|
|
|