| Index: third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.h b/third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.h
|
| index e614c98858e8361553d66d89988a982bf74af137..5f6ca3fcdd29a2d070d1ac56c147500127af8723 100644
|
| --- a/third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.h
|
| @@ -37,6 +37,7 @@ private:
|
| void paintFillLayers(const PaintInfo&, const Color&, const FillLayer&, const LayoutRect&, SkXfermode::Mode op = SkXfermode::kSrcOver_Mode);
|
| void paintFillLayer(const PaintInfo&, const Color&, const FillLayer&, const LayoutRect&, SkXfermode::Mode op);
|
| void paintBoxShadow(const PaintInfo&, const ComputedStyle&, ShadowStyle, const LayoutRect& paintRect);
|
| + void paintBoxShadowAndFillLayers(const PaintInfo&, const ComputedStyle&, LayoutRect& paintRect);
|
| LayoutRect paintRectForImageStrip(const LayoutPoint& paintOffset, const LayoutSize& frameSize, TextDirection) const;
|
|
|
| enum BorderPaintingType {
|
|
|