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

Unified Diff: ui/views/cocoa/bridged_native_widget.h

Issue 1257603006: Refactoring for the InputMethod & InputMethodDelegate interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test failures on windows. Created 5 years, 5 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: ui/views/cocoa/bridged_native_widget.h
diff --git a/ui/views/cocoa/bridged_native_widget.h b/ui/views/cocoa/bridged_native_widget.h
index 288b0c7ee8872b4a3411aa986f55dbcd2fb1426b..2f7d30a7fcab32222f30c5747865811b6c0b5c60 100644
--- a/ui/views/cocoa/bridged_native_widget.h
+++ b/ui/views/cocoa/bridged_native_widget.h
@@ -172,7 +172,7 @@ class VIEWS_EXPORT BridgedNativeWidget
bool window_visible() { return window_visible_; }
// Overridden from ui::internal::InputMethodDelegate:
- bool DispatchKeyEventPostIME(const ui::KeyEvent& key) override;
+ ui::EventDispatchDetails DispatchKeyEventPostIME(ui::KeyEvent* key) override;
private:
friend class test::BridgedNativeWidgetTestApi;

Powered by Google App Engine
This is Rietveld 408576698