Index: third_party/WebKit/Source/core/editing/DOMSelection.h |
diff --git a/third_party/WebKit/Source/core/editing/DOMSelection.h b/third_party/WebKit/Source/core/editing/DOMSelection.h |
index b1a7dac6852f785659929563034e230bb7cd12b9..0e404f728c7730c07db761310233e44f76755929 100644 |
--- a/third_party/WebKit/Source/core/editing/DOMSelection.h |
+++ b/third_party/WebKit/Source/core/editing/DOMSelection.h |
@@ -118,6 +118,13 @@ class CORE_EXPORT DOMSelection final : public GarbageCollected<DOMSelection>, |
void addConsoleError(const String& message); |
+ Range* createRangeFromSelectionEditor(); |
+ |
+ bool isTreeScopeDocument() const; |
+ void cacheRangeOfDocument(Range*); |
+ Range* documentCachedRange() const; |
+ void clearDocumentCachedRange(); |
+ |
Member<const TreeScope> m_treeScope; |
}; |