| Index: Source/core/layout/LayoutTextControlSingleLine.h
|
| diff --git a/Source/core/layout/LayoutTextControlSingleLine.h b/Source/core/layout/LayoutTextControlSingleLine.h
|
| index 7d58123018c03e119296ef863d26313dff16d84a..e52fc513f7430c0363ec335f6869ef3dad62ef93 100644
|
| --- a/Source/core/layout/LayoutTextControlSingleLine.h
|
| +++ b/Source/core/layout/LayoutTextControlSingleLine.h
|
| @@ -35,7 +35,7 @@ public:
|
| LayoutTextControlSingleLine(HTMLInputElement*);
|
| virtual ~LayoutTextControlSingleLine();
|
| // FIXME: Move createInnerEditorStyle() to TextControlInnerEditorElement.
|
| - virtual PassRefPtr<LayoutStyle> createInnerEditorStyle(const LayoutStyle& startStyle) const override final;
|
| + virtual PassRefPtr<ComputedStyle> createInnerEditorStyle(const ComputedStyle& startStyle) const override final;
|
|
|
| void capsLockStateMayHaveChanged();
|
|
|
| @@ -71,7 +71,7 @@ private:
|
| virtual LayoutUnit preferredContentLogicalWidth(float charWidth) const override final;
|
| virtual LayoutUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const override;
|
|
|
| - virtual void styleDidChange(StyleDifference, const LayoutStyle* oldStyle) override final;
|
| + virtual void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override final;
|
|
|
| bool textShouldBeTruncated() const;
|
|
|
|
|