| Index: Source/core/rendering/RenderTextControlMultiLine.h
|
| diff --git a/Source/core/rendering/RenderTextControlMultiLine.h b/Source/core/rendering/RenderTextControlMultiLine.h
|
| index 871e582471af194ae0088426abd9d3dd8dde2cad..73132f5372d746ff221fe967e6acbbd0fcc9101d 100644
|
| --- a/Source/core/rendering/RenderTextControlMultiLine.h
|
| +++ b/Source/core/rendering/RenderTextControlMultiLine.h
|
| @@ -45,7 +45,7 @@ private:
|
| virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
|
| virtual int inlineBlockBaseline(LineDirectionMode) const OVERRIDE { return -1; }
|
|
|
| - virtual PassRefPtr<RenderStyle> createInnerTextStyle(const RenderStyle* startStyle) const OVERRIDE;
|
| + virtual PassRefPtr<RenderStyle> createInnerEditorStyle(const RenderStyle* startStyle) const OVERRIDE;
|
| virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERRIDE;
|
| };
|
|
|
|
|