Chromium Code Reviews| Index: Source/core/paint/InlineFlowBoxPainter.h |
| diff --git a/Source/core/paint/InlineFlowBoxPainter.h b/Source/core/paint/InlineFlowBoxPainter.h |
| index 4b4f643c4851c5fa8b3224ec82e640a4026fd267..d4acd7438a90a837046412210b7c5f88e4bf35ff 100644 |
| --- a/Source/core/paint/InlineFlowBoxPainter.h |
| +++ b/Source/core/paint/InlineFlowBoxPainter.h |
| @@ -15,6 +15,7 @@ class FillLayer; |
| class InlineFlowBox; |
| class LayoutPoint; |
| class LayoutRect; |
| +class LayoutSize; |
| class LayoutUnit; |
| struct PaintInfo; |
| class RenderStyle; |
| @@ -31,6 +32,7 @@ private: |
| void paintFillLayer(const PaintInfo&, const Color&, const FillLayer&, const LayoutRect&, CompositeOperator); |
| void paintBoxShadow(const PaintInfo&, RenderStyle*, ShadowStyle, const LayoutRect&); |
| LayoutRect roundedFrameRectClampedToLineTopAndBottomIfNeeded() const; |
| + LayoutRect paintRectForImageStrip(const LayoutPoint&, const LayoutSize&, bool isLeftToRightDirection = true) const; |
|
chrishtr
2014/12/04 17:47:57
Please change the third arg to a TextDirection and
chrishtr
2014/12/04 17:47:57
Please change the third arg to a TextDirection and
fs
2014/12/04 18:15:45
Done.
|
| InlineFlowBox& m_inlineFlowBox; |
| }; |