| Index: Source/core/paint/InlineFlowBoxPainter.h
|
| diff --git a/Source/core/paint/InlineFlowBoxPainter.h b/Source/core/paint/InlineFlowBoxPainter.h
|
| index a875426778179fe4150ae774c94ab8cd7e6bc1e5..f0184ed6aa6473eb327e8cbeaeb573ddf8f10d1e 100644
|
| --- a/Source/core/paint/InlineFlowBoxPainter.h
|
| +++ b/Source/core/paint/InlineFlowBoxPainter.h
|
| @@ -19,7 +19,7 @@ class LayoutRect;
|
| class LayoutSize;
|
| class LayoutUnit;
|
| struct PaintInfo;
|
| -class LayoutStyle;
|
| +class ComputedStyle;
|
|
|
| class InlineFlowBoxPainter {
|
| public:
|
| @@ -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&, const LayoutStyle&, ShadowStyle, const LayoutRect&);
|
| + void paintBoxShadow(const PaintInfo&, const ComputedStyle&, ShadowStyle, const LayoutRect&);
|
| LayoutRect roundedFrameRectClampedToLineTopAndBottomIfNeeded() const;
|
| LayoutRect paintRectForImageStrip(const LayoutPoint&, const LayoutSize&, TextDirection) const;
|
|
|
|
|