| Index: Source/WebCore/rendering/RenderTextControl.h
|
| diff --git a/Source/WebCore/rendering/RenderTextControl.h b/Source/WebCore/rendering/RenderTextControl.h
|
| index 1f6630ceed55872750dc017a6752b71749eed0cd..4197ea74e496a89eb1af8e2dd71305348bc5c7fe 100644
|
| --- a/Source/WebCore/rendering/RenderTextControl.h
|
| +++ b/Source/WebCore/rendering/RenderTextControl.h
|
| @@ -47,7 +47,7 @@ protected:
|
| int scrollbarThickness() const;
|
| void adjustInnerTextStyle(const RenderStyle* startStyle, RenderStyle* textBlockStyle) const;
|
|
|
| - virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle);
|
| + virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle, const StyleChangeState&) OVERRIDE;
|
|
|
| void hitInnerTextElement(HitTestResult&, const LayoutPoint& pointInContainer, const LayoutPoint& accumulatedOffset);
|
|
|
|
|