| Index: third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h b/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h
|
| index 1b62f7572b23e81ffd3341d869ddb2fb7dec2345..ed9d59558cf1d4e1578e8adcb3ace27c4ec3c6c0 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h
|
| @@ -115,13 +115,6 @@ class LineLayoutBoxModel : public LineLayoutItem {
|
| return toBoxModel()->borderAndPaddingLogicalHeight();
|
| }
|
|
|
| - bool boxShadowShouldBeAppliedToBackground(
|
| - BackgroundBleedAvoidance bleedAvoidance,
|
| - const InlineFlowBox* inlineFlowBox = nullptr) const {
|
| - return toBoxModel()->boxShadowShouldBeAppliedToBackground(bleedAvoidance,
|
| - inlineFlowBox);
|
| - }
|
| -
|
| LayoutSize offsetForInFlowPosition() const {
|
| return toBoxModel()->offsetForInFlowPosition();
|
| }
|
|
|