| Index: Source/WebCore/rendering/RenderCombineText.h
|
| diff --git a/Source/WebCore/rendering/RenderCombineText.h b/Source/WebCore/rendering/RenderCombineText.h
|
| index 6ee9ff27fc3027bbb6e6cb16b8803e380409bf90..911699c7a6cf91957e6c8c624ebcd6bf88cbae3b 100644
|
| --- a/Source/WebCore/rendering/RenderCombineText.h
|
| +++ b/Source/WebCore/rendering/RenderCombineText.h
|
| @@ -41,7 +41,7 @@ private:
|
| virtual bool isCombineText() const { return true; }
|
| virtual float width(unsigned from, unsigned length, const Font&, float xPosition, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
|
| virtual const char* renderName() const { return "RenderCombineText"; }
|
| - virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle);
|
| + virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle, const StyleChangeState&) OVERRIDE;
|
| virtual void setTextInternal(PassRefPtr<StringImpl>);
|
|
|
| float m_combinedTextWidth;
|
|
|