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

Unified Diff: ui/aura/root_window.h

Issue 9835032: aura: Make RootWindow::DispatchKeyEvent drop unknown keys. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | ui/aura/root_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window.h
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index 43d1fc8b079dcb588220fce5839277075179f29a..66d7ba1d22ad3b2d1ce6a5564070c905a91f1aaa 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -248,11 +248,10 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
// Initializes the root window.
void Init();
- // We hold and aggregregate mouse drags as a way of throttling resizes
- // when HoldMouseMoves() is called. The following methods are used to
- // dispatch held and newly incoming mouse events, typically when an event
- // other than a mouse drag needs dispatching or a matching ReleaseMouseMoves()
- // is called.
+ // We hold and aggregate mouse drags as a way of throttling resizes when
+ // HoldMouseMoves() is called. The following methods are used to dispatch held
+ // and newly incoming mouse events, typically when an event other than a mouse
+ // drag needs dispatching or a matching ReleaseMouseMoves() is called.
bool DispatchMouseEventImpl(MouseEvent* event);
void DispatchHeldMouseMove();
« no previous file with comments | « no previous file | ui/aura/root_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698