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

Unified Diff: third_party/WebKit/Source/core/editing/Editor.h

Issue 2720063002: Make Editor::changeSelectionAfterCommand take SelectionInDOMTree (Closed)
Patch Set: Rebased Created 3 years, 10 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: third_party/WebKit/Source/core/editing/Editor.h
diff --git a/third_party/WebKit/Source/core/editing/Editor.h b/third_party/WebKit/Source/core/editing/Editor.h
index 603fccec5c76d0cc5d4484237f4e5aa36986ef9e..6c05079cfa993060965fbb8be0a2a05bf16e5563 100644
--- a/third_party/WebKit/Source/core/editing/Editor.h
+++ b/third_party/WebKit/Source/core/editing/Editor.h
@@ -350,7 +350,7 @@ class CORE_EXPORT Editor final : public GarbageCollectedFinalized<Editor> {
void revealSelectionAfterEditingOperation(
const ScrollAlignment& = ScrollAlignment::alignCenterIfNeeded,
RevealExtentOption = DoNotRevealExtent);
- void changeSelectionAfterCommand(const VisibleSelection& newSelection,
+ void changeSelectionAfterCommand(const SelectionInDOMTree&,
FrameSelection::SetSelectionOptions);
SpellChecker& spellChecker() const;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/Editor.cpp » ('j') | third_party/WebKit/Source/core/editing/Editor.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698