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

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

Issue 344763004: Fixs bug where keyevents weren't created correctly on X (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/widget/desktop_aura/desktop_native_widget_aura.cc
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
index 3e798ce279fa37295eeb0231de631ab7e1ada72f..60458c7cdfb41008404bf285b4ddd1c716146b3f 100644
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
@@ -441,7 +441,7 @@ void DesktopNativeWidgetAura::InitNativeWidget(
// CEF sets focus to the window the user clicks down on.
// TODO(beng): see if we can't do this some other way. CEF seems a heavy-
// handed way of accomplishing focus.
- // No event filter for aura::Env. Create CompoundEvnetFilter per
+ // No event filter for aura::Env. Create CompoundEventFilter per
// WindowEventDispatcher.
root_window_event_filter_.reset(new wm::CompoundEventFilter);
host_->window()->AddPreTargetHandler(root_window_event_filter_.get());

Powered by Google App Engine
This is Rietveld 408576698