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

Unified Diff: Source/core/editing/EditCommand.h

Issue 928103002: Remove some unused functions in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: git cl try Created 5 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: Source/core/editing/EditCommand.h
diff --git a/Source/core/editing/EditCommand.h b/Source/core/editing/EditCommand.h
index e67f661e2c3e7ab0fd70e4105b8bc044f3298d29..2cd43d0c650d894dab6468e614f4b7d41b870ada 100644
--- a/Source/core/editing/EditCommand.h
+++ b/Source/core/editing/EditCommand.h
@@ -56,12 +56,10 @@ public:
protected:
explicit EditCommand(Document&);
- EditCommand(Document*, const VisibleSelection&, const VisibleSelection&);
Document& document() const { return *m_document.get(); }
CompositeEditCommand* parent() const { return m_parent; }
void setStartingSelection(const VisibleSelection&);
- void setStartingSelection(const VisiblePosition&);
void setEndingSelection(const VisibleSelection&);
void setEndingSelection(const VisiblePosition&);

Powered by Google App Engine
This is Rietveld 408576698