| Index: third_party/WebKit/Source/core/editing/SelectionEditor.h
|
| diff --git a/third_party/WebKit/Source/core/editing/SelectionEditor.h b/third_party/WebKit/Source/core/editing/SelectionEditor.h
|
| index cde5ee961b87f1e72dba4760f902c9404ae6e4b2..e853cfed5c37a1737d194e6513a4f60c59771b69 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionEditor.h
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionEditor.h
|
| @@ -70,10 +70,6 @@ class SelectionEditor final : public GarbageCollectedFinalized<SelectionEditor>,
|
| void resetLogicalRange();
|
| void setLogicalRange(Range*);
|
|
|
| - // Updates |m_selection| and |m_selectionInFlatTree| with up-to-date
|
| - // layout if needed.
|
| - void updateIfNeeded();
|
| -
|
| void cacheRangeOfDocument(Range*);
|
| Range* documentCachedRange() const;
|
| void clearDocumentCachedRange();
|
|
|