| 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 bb4f288eeff57a27c655bfb2b74af8383b3bffbb..e7e27fa462af0f61251d6c35ca6b477720bba31f 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*);
|
|
|