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

Unified Diff: third_party/WebKit/Source/core/editing/Editor.h

Issue 2894473003: Fix behavior of clipboard commands when there is unfocused selection (Closed)
Patch Set: Fix UnsafeSVGAttributeSanitizationTest Created 3 years, 7 months 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/Editor.h
diff --git a/third_party/WebKit/Source/core/editing/Editor.h b/third_party/WebKit/Source/core/editing/Editor.h
index dd4d3f2f9d18d91c0e4d2929aae9c58b293dfba2..aadb0651f3fe09270f77d747ad2f2930b55dde42 100644
--- a/third_party/WebKit/Source/core/editing/Editor.h
+++ b/third_party/WebKit/Source/core/editing/Editor.h
@@ -98,7 +98,7 @@ class CORE_EXPORT Editor final : public GarbageCollectedFinalized<Editor> {
bool CanSmartCopyOrDelete() const;
void Cut(EditorCommandSource);
- void Copy();
+ void Copy(EditorCommandSource);
void Paste(EditorCommandSource);
void PasteAsPlainText(EditorCommandSource);
void PerformDelete();

Powered by Google App Engine
This is Rietveld 408576698