| 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 c3cee9abada2c63ab410ea07012aa8c97abe6cce..666f17a8a5dcac2c1f7dcf36ab8234eda1597dff 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| @@ -165,6 +165,7 @@ CORE_EXPORT bool areIdenticalElements(const Node&, const Node&);
|
| bool isNonTableCellHTMLBlockElement(const Node*);
|
| bool isBlockFlowElement(const Node&);
|
| bool nodeIsUserSelectAll(const Node*);
|
| +EUserSelect usedValueOfUserSelect(const Node&);
|
| bool isTextSecurityNode(const Node*);
|
| CORE_EXPORT TextDirection directionOfEnclosingBlock(const Position&);
|
| CORE_EXPORT TextDirection directionOfEnclosingBlock(const PositionInFlatTree&);
|
|
|