| Index: Source/core/rendering/RenderText.h
|
| diff --git a/Source/core/rendering/RenderText.h b/Source/core/rendering/RenderText.h
|
| index 1f3de61ca1834ebc4b7472470aa38e86075f80b3..03b3790b60303fce069e54ce09bcb0d8cc100885 100644
|
| --- a/Source/core/rendering/RenderText.h
|
| +++ b/Source/core/rendering/RenderText.h
|
| @@ -85,7 +85,7 @@ public:
|
| void positionLineBox(InlineBox*);
|
|
|
| virtual float width(unsigned from, unsigned len, const Font&, float xPos, TextDirection, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
|
| - virtual float width(unsigned from, unsigned len, float xPos, TextDirection, bool firstLine = false, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
|
| + virtual float width(unsigned from, unsigned len, float xPos, TextDirection, OwnOrFirstLineStyle = OwnStyle, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
|
|
|
| float minLogicalWidth() const;
|
| float maxLogicalWidth() const;
|
|
|