| Index: Source/core/paint/InlineFlowBoxPainter.h
|
| diff --git a/Source/core/paint/InlineFlowBoxPainter.h b/Source/core/paint/InlineFlowBoxPainter.h
|
| index 066e8ac54082eaea0442a55c8d5593d52e693f0f..58b8a81a1178bc24d60f59b5e418605cec17b711 100644
|
| --- a/Source/core/paint/InlineFlowBoxPainter.h
|
| +++ b/Source/core/paint/InlineFlowBoxPainter.h
|
| @@ -29,8 +29,8 @@ public:
|
| private:
|
| void paintBoxDecorationBackground(const PaintInfo&, const LayoutPoint&);
|
| void paintMask(const PaintInfo&, const LayoutPoint&);
|
| - void paintFillLayers(const PaintInfo&, const Color&, const FillLayer&, const LayoutRect&, CompositeOperator = CompositeSourceOver);
|
| - void paintFillLayer(const PaintInfo&, const Color&, const FillLayer&, const LayoutRect&, CompositeOperator);
|
| + 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&);
|
| LayoutRect roundedFrameRectClampedToLineTopAndBottomIfNeeded() const;
|
| LayoutRect paintRectForImageStrip(const LayoutPoint&, const LayoutSize&, TextDirection) const;
|
|
|