| Index: third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.h b/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.h
|
| index faf639d925d40a48e4687248793d4c0b46481157..45dfa0143cae4fb82601894c85b2eef80534ed83 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.h
|
| @@ -45,7 +45,7 @@ private:
|
| int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const override;
|
| int inlineBlockBaseline(LineDirectionMode) const override { return -1; }
|
|
|
| - PassRefPtr<ComputedStyle> createInnerEditorStyle(const ComputedStyle& startStyle) const override;
|
| + PassRefPtr<ComputedStyle> createInnerEditorStyle(const ComputedStyle& startStyle) override;
|
| LayoutObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) override;
|
| };
|
|
|
|
|