Index: third_party/WebKit/Source/core/editing/Editor.h |
diff --git a/third_party/WebKit/Source/core/editing/Editor.h b/third_party/WebKit/Source/core/editing/Editor.h |
index 5017b7df3b32793fe8e43f54733551d2a8cd2cb8..af0d93a0eed3e3008aee41e2db6140c54d8196b3 100644 |
--- a/third_party/WebKit/Source/core/editing/Editor.h |
+++ b/third_party/WebKit/Source/core/editing/Editor.h |
@@ -87,10 +87,10 @@ public: |
bool canDelete() const; |
bool canSmartCopyOrDelete() const; |
- void cut(); |
+ void cut(EditorCommandSource); |
void copy(); |
- void paste(); |
- void pasteAsPlainText(); |
+ void paste(EditorCommandSource); |
+ void pasteAsPlainText(EditorCommandSource); |
void performDelete(); |
static void countEvent(ExecutionContext*, const Event*); |