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

Unified Diff: third_party/WebKit/Source/core/page/EditorClient.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/page/EditorClient.h
diff --git a/third_party/WebKit/Source/core/page/EditorClient.h b/third_party/WebKit/Source/core/page/EditorClient.h
index c7b7f156b8916457eee8518241a2cb064218b0ff..4608f3e4c70fdfcd74349ff3ca5c720470465eb2 100644
--- a/third_party/WebKit/Source/core/page/EditorClient.h
+++ b/third_party/WebKit/Source/core/page/EditorClient.h
@@ -44,7 +44,7 @@ public:
virtual bool canCopyCut(LocalFrame*, bool defaultValue) const = 0;
virtual bool canPaste(LocalFrame*, bool defaultValue) const = 0;
- virtual bool handleKeyboardEvent() = 0;
+ virtual bool handleKeyboardEvent(LocalFrame*) = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/loader/EmptyClients.h ('k') | third_party/WebKit/Source/web/EditorClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698