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

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

Issue 2558643003: [InputEvent] Move 'beforeinput' logic into |CompositeEditCommand::willApplyEditing()| (3/3) (Closed)
Patch Set: Retain the order of firing 'beforeinput' before 'compositionupdate' Created 4 years 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/UndoStep.h
diff --git a/third_party/WebKit/Source/core/editing/commands/UndoStep.h b/third_party/WebKit/Source/core/editing/commands/UndoStep.h
index 08011f069750dd2089baff2d92563093ac1a74c6..85753563168bc89023e88132c81ae3437114e76b 100644
--- a/third_party/WebKit/Source/core/editing/commands/UndoStep.h
+++ b/third_party/WebKit/Source/core/editing/commands/UndoStep.h
@@ -47,7 +47,6 @@ class UndoStep : public GarbageCollectedFinalized<UndoStep> {
virtual bool belongsTo(const LocalFrame&) const = 0;
virtual void unapply(EditCommandSource) = 0;
virtual void reapply(EditCommandSource) = 0;
- virtual InputEvent::InputType inputType() const = 0;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698