| Index: Source/core/layout/LayoutImage.cpp
|
| diff --git a/Source/core/layout/LayoutImage.cpp b/Source/core/layout/LayoutImage.cpp
|
| index 82bc2c51734f25899f94a9c32decbf79522668dd..3d3c9872e65a14f19a5f6fd2fa03a448cdaaf44f 100644
|
| --- a/Source/core/layout/LayoutImage.cpp
|
| +++ b/Source/core/layout/LayoutImage.cpp
|
| @@ -216,7 +216,7 @@ void LayoutImage::areaElementFocusChanged(HTMLAreaElement* areaElement)
|
|
|
| bool LayoutImage::boxShadowShouldBeAppliedToBackground(BackgroundBleedAvoidance bleedAvoidance, InlineFlowBox*) const
|
| {
|
| - if (!RenderBoxModelObject::boxShadowShouldBeAppliedToBackground(bleedAvoidance))
|
| + if (!LayoutBoxModelObject::boxShadowShouldBeAppliedToBackground(bleedAvoidance))
|
| return false;
|
|
|
| return !const_cast<LayoutImage*>(this)->boxDecorationBackgroundIsKnownToBeObscured();
|
|
|