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 5276dd668ecbe8b563bf7bad7a68ace49ee67b58..81594403ca3791f785d19a9d3e731ad6723daa37 100644 |
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h |
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h |
@@ -289,6 +289,10 @@ class CORE_EXPORT FrameSelection final |
// to use updated selection, we should make |updateIfNeeded()| private. |
void updateIfNeeded(); |
+ void cacheRangeOfDocument(Range*); |
+ Range* documentCachedRange() const; |
+ void clearDocumentCachedRange(); |
+ |
DECLARE_TRACE(); |
private: |