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

Unified Diff: ui/aura/root_window.cc

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: move to ash/ime/ 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
« no previous file with comments | « ui/aura/event_unittest.cc ('k') | ui/aura/root_window_host_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window.cc
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
index ef4e0a1a6cfedf44968f0baf4653b00d55449579..ab3c0f13a5fbe5d433906dab11bcf0e55a07fd61 100644
--- a/ui/aura/root_window.cc
+++ b/ui/aura/root_window.cc
@@ -500,7 +500,7 @@ void RootWindow::SetFocusedWindow(Window* focused_window) {
return;
if (focused_window && !focused_window->CanFocus())
return;
- // The NULL-check of |focused)window| is essential here before asking the
+ // The NULL-check of |focused_window| is essential here before asking the
// activation client, since it is valid to clear the focus by calling
// SetFocusedWindow() to NULL.
if (focused_window && client::GetActivationClient() &&
« no previous file with comments | « ui/aura/event_unittest.cc ('k') | ui/aura/root_window_host_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698