| 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 85753563168bc89023e88132c81ae3437114e76b..08011f069750dd2089baff2d92563093ac1a74c6 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/UndoStep.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/UndoStep.h
|
| @@ -47,6 +47,7 @@
|
| 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
|
|
|