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

Unified Diff: third_party/WebKit/Source/web/EditorClientImpl.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/web/EditorClientImpl.h
diff --git a/third_party/WebKit/Source/web/EditorClientImpl.h b/third_party/WebKit/Source/web/EditorClientImpl.h
index 120c44e230c07f027e54626f8956235c30239de8..d9a8a97fcce024c6fb81f49a9c16c6eac2293243 100644
--- a/third_party/WebKit/Source/web/EditorClientImpl.h
+++ b/third_party/WebKit/Source/web/EditorClientImpl.h
@@ -48,7 +48,7 @@ public:
void respondToChangedSelection(LocalFrame*, SelectionType) override;
bool canCopyCut(LocalFrame*, bool defaultValue) const override;
bool canPaste(LocalFrame*, bool defaultValue) const override;
- bool handleKeyboardEvent() override;
+ bool handleKeyboardEvent(LocalFrame*) override;
private:
WebViewImpl* m_webView;
« no previous file with comments | « third_party/WebKit/Source/core/page/EditorClient.h ('k') | third_party/WebKit/Source/web/EditorClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698