| Index: third_party/WebKit/Source/core/layout/LayoutTextControl.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControl.h b/third_party/WebKit/Source/core/layout/LayoutTextControl.h
|
| index 54b352ca253f167d21a987db26aabc5a18c42599..37f04e0ee233223b6c76544bb24d560866c59fa3 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControl.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControl.h
|
| @@ -35,7 +35,7 @@ public:
|
| ~LayoutTextControl() override;
|
|
|
| HTMLTextFormControlElement* textFormControlElement() const;
|
| - virtual PassRefPtr<ComputedStyle> createInnerEditorStyle(const ComputedStyle& startStyle) const = 0;
|
| + virtual PassRefPtr<ComputedStyle> createInnerEditorStyle(const ComputedStyle& startStyle) = 0;
|
|
|
| const char* name() const override { return "LayoutTextControl"; }
|
|
|
|
|