| Index: Source/core/paint/InlineFlowBoxPainter.h
|
| diff --git a/Source/core/paint/InlineFlowBoxPainter.h b/Source/core/paint/InlineFlowBoxPainter.h
|
| index 58b8a81a1178bc24d60f59b5e418605cec17b711..a36d9280990124d8a229734e3dd03d3d7ef70e95 100644
|
| --- a/Source/core/paint/InlineFlowBoxPainter.h
|
| +++ b/Source/core/paint/InlineFlowBoxPainter.h
|
| @@ -31,7 +31,7 @@ private:
|
| void paintMask(const PaintInfo&, const LayoutPoint&);
|
| void paintFillLayers(const PaintInfo&, const Color&, const FillLayer&, const LayoutRect&, SkXfermode::Mode = SkXfermode::kSrcOver_Mode);
|
| void paintFillLayer(const PaintInfo&, const Color&, const FillLayer&, const LayoutRect&, SkXfermode::Mode);
|
| - void paintBoxShadow(const PaintInfo&, RenderStyle*, ShadowStyle, const LayoutRect&);
|
| + void paintBoxShadow(const PaintInfo&, const RenderStyle*, ShadowStyle, const LayoutRect&);
|
| LayoutRect roundedFrameRectClampedToLineTopAndBottomIfNeeded() const;
|
| LayoutRect paintRectForImageStrip(const LayoutPoint&, const LayoutSize&, TextDirection) const;
|
|
|
|
|