| Index: third_party/WebKit/Source/core/editing/FrameSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| index d78e98af7b559247bc54b9a056385d56c6c036f9..cb803784fbdb18804560a312a144071f83f0d65b 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -269,12 +269,6 @@ class CORE_EXPORT FrameSelection final
|
| bool shouldShowBlockCursor() const;
|
| void setShouldShowBlockCursor(bool);
|
|
|
| - // TODO(yosin): We should check DOM tree version and style version in
|
| - // |FrameSelection::selection()| to make sure we use updated selection,
|
| - // rather than having |updateIfNeeded()|. Once, we update all layout tests
|
| - // to use updated selection, we should make |updateIfNeeded()| private.
|
| - void updateIfNeeded();
|
| -
|
| void cacheRangeOfDocument(Range*);
|
| Range* documentCachedRange() const;
|
| void clearDocumentCachedRange();
|
|
|