| Index: Source/core/rendering/RenderTextControlSingleLine.h
|
| diff --git a/Source/core/rendering/RenderTextControlSingleLine.h b/Source/core/rendering/RenderTextControlSingleLine.h
|
| index 71e654f1f642594aab6544e549352e9f30d57ecc..60715c0deb9a5089940b097cfc2b9b7641862c2c 100644
|
| --- a/Source/core/rendering/RenderTextControlSingleLine.h
|
| +++ b/Source/core/rendering/RenderTextControlSingleLine.h
|
| @@ -34,8 +34,8 @@ class RenderTextControlSingleLine : public RenderTextControl {
|
| public:
|
| RenderTextControlSingleLine(HTMLInputElement*);
|
| virtual ~RenderTextControlSingleLine();
|
| - // FIXME: Move createInnerTextStyle() to TextControlInnerTextElement.
|
| - virtual PassRefPtr<RenderStyle> createInnerTextStyle(const RenderStyle* startStyle) const OVERRIDE FINAL;
|
| + // FIXME: Move createInnerEditorStyle() to TextControlInnerEditorElement.
|
| + virtual PassRefPtr<RenderStyle> createInnerEditorStyle(const RenderStyle* startStyle) const OVERRIDE FINAL;
|
|
|
| void capsLockStateMayHaveChanged();
|
|
|
| @@ -78,7 +78,7 @@ private:
|
| HTMLElement* innerSpinButtonElement() const;
|
|
|
| bool m_shouldDrawCapsLockIndicator;
|
| - LayoutUnit m_desiredInnerTextLogicalHeight;
|
| + LayoutUnit m_desiredInnerEditorLogicalHeight;
|
| };
|
|
|
| DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderTextControlSingleLine, isTextField());
|
|
|