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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.h

Issue 2349523002: Add support for edit commands in OOPIFs. (Closed)
Patch Set: Created 4 years, 3 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/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index d5715a0e5e344540e3db4614843293ce889648fd..c8836bfd338b2a1f35086f28afff24d581231838 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -317,7 +317,7 @@ public:
bool canCopyCut(LocalFrame*, bool defaultValue) const override { return defaultValue; }
bool canPaste(LocalFrame*, bool defaultValue) const override { return defaultValue; }
- bool handleKeyboardEvent() override { return false; }
+ bool handleKeyboardEvent(LocalFrame*) override { return false; }
};
class EmptyContextMenuClient final : public ContextMenuClient {
« no previous file with comments | « third_party/WebKit/Source/core/editing/EditorKeyBindings.cpp ('k') | third_party/WebKit/Source/core/page/EditorClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698