| Index: third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.h b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| index 41aa838b0072e3f81128caa65bd22652ee9b56c8..6ce3209bf396e44e4c80f27cb087251db698acdd 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| @@ -351,10 +351,6 @@ class CORE_EXPORT LayoutTableCell final : public LayoutBlockFlow {
|
| const LayoutPoint&) const override;
|
| void paintMask(const PaintInfo&, const LayoutPoint&) const override;
|
|
|
| - bool boxShadowShouldBeAppliedToBackground(
|
| - BackgroundBleedAvoidance,
|
| - const InlineFlowBox*) const override;
|
| -
|
| LayoutSize offsetFromContainer(const LayoutObject*) const override;
|
| LayoutRect localVisualRect() const override;
|
|
|
|
|