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

Unified Diff: ui/views/widget/widget.cc

Issue 12902029: Fix InputMethod Widget activation checks; cleanup, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 7 years, 9 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
« no previous file with comments | « ui/views/ime/mock_input_method.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget.cc
diff --git a/ui/views/widget/widget.cc b/ui/views/widget/widget.cc
index 414f551b1ca95f72201981c3ed2d0c2ab12a0700..6c8c609e0f90cf2ea146f56a78a8a2fc84a7d0b1 100644
--- a/ui/views/widget/widget.cc
+++ b/ui/views/widget/widget.cc
@@ -1417,7 +1417,7 @@ bool Widget::GetSavedWindowPlacement(gfx::Rect* bounds,
void Widget::ReplaceInputMethod(InputMethod* input_method) {
input_method_.reset(input_method);
- input_method->set_delegate(native_widget_->GetInputMethodDelegate());
+ input_method->SetDelegate(native_widget_->GetInputMethodDelegate());
input_method->Init(this);
}
« no previous file with comments | « ui/views/ime/mock_input_method.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698