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

Unified Diff: third_party/WebKit/Source/core/editing/commands/UndoStack.h

Issue 2631743002: Revert of [Editing] Introduce |EditCommandComposition::willUn/Reapply()| in prepare for (2/3) (Closed)
Patch Set: Created 3 years, 11 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/commands/UndoStack.h
diff --git a/third_party/WebKit/Source/core/editing/commands/UndoStack.h b/third_party/WebKit/Source/core/editing/commands/UndoStack.h
index 2ed2a5847c0a56d9f3c87bd0c70244d01ed7014a..8f7e3c837d17fa4cdb9c5a298650be0ea64925d0 100644
--- a/third_party/WebKit/Source/core/editing/commands/UndoStack.h
+++ b/third_party/WebKit/Source/core/editing/commands/UndoStack.h
@@ -37,7 +37,6 @@
namespace blink {
-enum class EditCommandSource;
class LocalFrame;
class UndoStep;
@@ -53,8 +52,8 @@
void registerRedoStep(UndoStep*);
bool canUndo() const;
bool canRedo() const;
- void undo(EditCommandSource);
- void redo(EditCommandSource);
+ void undo();
+ void redo();
void clear();
DECLARE_TRACE();

Powered by Google App Engine
This is Rietveld 408576698