| 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 c973ee3309fbc249722d4bdd9e08079eb816e335..856b540568d36b4d757a8e3309bc1e12e6388336 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| @@ -72,6 +72,7 @@ class Range;
|
|
|
| CORE_EXPORT bool needsLayoutTreeUpdate(const Node&);
|
| CORE_EXPORT bool needsLayoutTreeUpdate(const Position&);
|
| +CORE_EXPORT bool needsLayoutTreeUpdate(const PositionInFlatTree&);
|
|
|
| // -------------------------------------------------------------------------
|
| // Node
|
|
|