| 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 be67ec660623a7154080c5ae8504e7dee79fc95f..0ba7b8007e20d24b96d4e49f9e5a65620571062f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| @@ -304,8 +304,6 @@ protected:
|
|
|
| LayoutPoint adjustedPositionRelativeTo(const LayoutPoint&, const Element*) const;
|
|
|
| - bool calculateHasBoxDecorations() const;
|
| -
|
| // Returns the continuation associated with |this|.
|
| // Returns nullptr if no continuation is associated with |this|.
|
| //
|
|
|