| Index: Source/core/paint/BoxDecorationData.h
|
| diff --git a/Source/core/paint/BoxDecorationData.h b/Source/core/paint/BoxDecorationData.h
|
| index 7dfbdacc28cc40475836fc59924b6c89eb67df12..3fae60ab63a15dc8f7817b4b1c65278dfb58b602 100644
|
| --- a/Source/core/paint/BoxDecorationData.h
|
| +++ b/Source/core/paint/BoxDecorationData.h
|
| @@ -26,7 +26,6 @@ public:
|
|
|
| private:
|
| BackgroundBleedAvoidance determineBackgroundBleedAvoidance(const LayoutBox&, GraphicsContext*);
|
| - bool borderObscuresBackgroundEdge(const ComputedStyle&, const FloatSize& contextScale) const;
|
| unsigned m_bleedAvoidance : 2; // BackgroundBleedAvoidance
|
| };
|
|
|
|
|