Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(899)

Unified Diff: Source/core/dom/Range.h

Issue 315493004: reset VisibleSelection at the Undo command. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/dom/Range.h
diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h
index 276295db6079209ee6807912563dc0f5157e02cd..176a154082c3d0f3ae7d61994006661c3841efbf 100644
--- a/Source/core/dom/Range.h
+++ b/Source/core/dom/Range.h
@@ -147,6 +147,7 @@ public:
void trace(Visitor*);
+ static unsigned lengthOfContentsInNode(const Node*);
private:
explicit Range(Document&);
Range(Document&, Node* startContainer, int startOffset, Node* endContainer, int endOffset);

Powered by Google App Engine
This is Rietveld 408576698