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

Unified Diff: ui/views/ime/input_method_bridge.h

Issue 8576005: IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod in ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fixes Created 9 years 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/ime/input_method_bridge.h
diff --git a/ui/views/ime/input_method_bridge.h b/ui/views/ime/input_method_bridge.h
index 6f4b384b7fca5234d71cc5cc1b4f32b1b9903c21..2ad3ecbfcbab75eba7c6ab0a0a19d7e918eebcce 100644
--- a/ui/views/ime/input_method_bridge.h
+++ b/ui/views/ime/input_method_bridge.h
@@ -27,6 +27,8 @@ class View;
class InputMethodBridge : public InputMethodBase,
public ui::TextInputClient {
public:
+ // |this| object owns neither |delegate| nor |host|. Both |delegate| and
+ // |host| must outlive |this| object.
InputMethodBridge(internal::InputMethodDelegate* delegate,
ui::InputMethod* host);
virtual ~InputMethodBridge();

Powered by Google App Engine
This is Rietveld 408576698