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..fa2cf7e9e7abc97637ba4692f5d6b3a895c3a6f3 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 isSelectionOfDocument() const; |
+ void cacheRangeIfSelectionOfDocument(Range*); |
+ Range* documentCachedRange() const; |
+ void clearCachedRangeIfSelectionOfDocument(); |
+ |
Member<const TreeScope> m_treeScope; |
}; |