| Index: third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp b/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| index c952ca7a98902d9536f7397c8dfff3257a5592a4..688951d87aef2fb023fe421f8ba35964e12967de 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| @@ -283,8 +283,8 @@ PassRefPtr<ComputedStyle> LayoutTextControlSingleLine::createInnerEditorStyle(co
|
| if (inputElement()->shouldRevealPassword())
|
| textBlockStyle->setTextSecurity(TSNONE);
|
|
|
| - textBlockStyle->setOverflowX(OSCROLL);
|
| - textBlockStyle->setOverflowY(OSCROLL);
|
| + textBlockStyle->setOverflowX(OverflowScroll);
|
| + textBlockStyle->setOverflowY(OverflowScroll);
|
| RefPtr<ComputedStyle> noScrollbarStyle = ComputedStyle::create();
|
| noScrollbarStyle->setStyleType(SCROLLBAR);
|
| noScrollbarStyle->setDisplay(NONE);
|
|
|