| Index: Source/WebCore/rendering/RenderTextControlSingleLine.h
|
| diff --git a/Source/WebCore/rendering/RenderTextControlSingleLine.h b/Source/WebCore/rendering/RenderTextControlSingleLine.h
|
| index 148acfe4a2317e25bc00633dcd03608559ed5f74..2036691f849a8f6f4bd42c47a832041bb43f4e1d 100644
|
| --- a/Source/WebCore/rendering/RenderTextControlSingleLine.h
|
| +++ b/Source/WebCore/rendering/RenderTextControlSingleLine.h
|
| @@ -75,7 +75,7 @@ private:
|
| virtual LayoutUnit preferredContentLogicalWidth(float charWidth) const;
|
| virtual LayoutUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRIDE;
|
|
|
| - virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle);
|
| + virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle, const StyleChangeState&) OVERRIDE;
|
|
|
| virtual RenderStyle* textBaseStyle() const;
|
|
|
|
|