| Index: third_party/WebKit/Source/core/layout/LayoutImage.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutImage.h b/third_party/WebKit/Source/core/layout/LayoutImage.h
|
| index 32fd512782081fd4a23682fdbd65bc6ed35eead5..6a92201e34aa2cc5e2955e9289aef245b9f30084 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutImage.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutImage.h
|
| @@ -123,9 +123,6 @@ class CORE_EXPORT LayoutImage : public LayoutReplaced {
|
| const LayoutPoint& accumulatedOffset,
|
| HitTestAction) final;
|
|
|
| - bool boxShadowShouldBeAppliedToBackground(BackgroundBleedAvoidance,
|
| - const InlineFlowBox*) const final;
|
| -
|
| void invalidatePaintAndMarkForLayoutIfNeeded();
|
| void updateIntrinsicSizeIfNeeded(const LayoutSize&);
|
|
|
|
|