| Index: third_party/WebKit/Source/core/layout/LayoutText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutText.h b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| index 22c4160fc06104568b74dfe2f44f7a07a76ceb69..d2a23f8e56c4748fcf8562ac9c44e6bd0009c743 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| @@ -207,7 +207,9 @@ class CORE_EXPORT LayoutText : public LayoutObject {
|
|
|
| bool ContainsReversedText() const { return contains_reversed_text_; }
|
|
|
| - bool IsSecure() const { return Style()->TextSecurity() != TSNONE; }
|
| + bool IsSecure() const {
|
| + return Style()->TextSecurity() != ETextSecurity::kNone;
|
| + }
|
| void MomentarilyRevealLastTypedCharacter(
|
| unsigned last_typed_character_offset);
|
|
|
|
|