Index: third_party/WebKit/Source/core/editing/commands/EditCommand.h |
diff --git a/third_party/WebKit/Source/core/editing/commands/EditCommand.h b/third_party/WebKit/Source/core/editing/commands/EditCommand.h |
index 91ecb82b01f0eebe974ce185a38459eab1789f8d..7a4b1f33dc3bee52884cedb99f593ee656a0a0fb 100644 |
--- a/third_party/WebKit/Source/core/editing/commands/EditCommand.h |
+++ b/third_party/WebKit/Source/core/editing/commands/EditCommand.h |
@@ -28,7 +28,7 @@ |
#include "core/CoreExport.h" |
#include "core/editing/VisibleSelection.h" |
-#include "core/editing/commands/EditAction.h" |
+#include "core/events/InputEvent.h" |
#include "platform/heap/Handle.h" |
namespace blink { |
@@ -43,7 +43,7 @@ public: |
void setParent(CompositeEditCommand*); |
- virtual EditAction editingAction() const; |
+ virtual InputEvent::InputType inputType() const; |
const VisibleSelection& startingSelection() const { return m_startingSelection; } |
const VisibleSelection& endingSelection() const { return m_endingSelection; } |