| Index: third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.h b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| index d12d61aac45390980eca55e4832cb7b37f1f4745..866e0de296b179fca162139cdc29817e74b656ec 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| @@ -193,6 +193,7 @@ bool isNonTableCellHTMLBlockElement(const Node*);
|
| bool isBlockFlowElement(const Node&);
|
| EUserSelect usedValueOfUserSelect(const Node&);
|
| bool isInPasswordField(const Position&);
|
| +bool isInPasswordFieldWithUnrevealedPassword(const Position&);
|
| bool isTextSecurityNode(const Node*);
|
| CORE_EXPORT TextDirection directionOfEnclosingBlock(const Position&);
|
| CORE_EXPORT TextDirection directionOfEnclosingBlock(const PositionInFlatTree&);
|
|
|