| 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 7e8abf2eee9083e75f12c1f003a7574fd3269c11..8f58f397506c2885007f92d6b7f17a14a78e9607 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| @@ -174,7 +174,6 @@ void LayoutTextControlSingleLine::styleDidChange(StyleDifference diff, const Com
|
| LayoutTextControl::styleDidChange(diff, oldStyle);
|
| if (HTMLElement* placeholder = inputElement()->placeholderElement())
|
| placeholder->setInlineStyleProperty(CSSPropertyTextOverflow, textShouldBeTruncated() ? CSSValueEllipsis : CSSValueClip);
|
| - setHasOverflowClip(false);
|
| }
|
|
|
| void LayoutTextControlSingleLine::capsLockStateMayHaveChanged()
|
|
|