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

Unified Diff: ui/aura/root_window.cc

Issue 9904004: Fix some gramattical errors in comments in ui/aura (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 | no next file » | 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 1ea9751935b1d7c38ece0f37f3ce202a785ae1f0..9553d43e6d321062277c74cd79f9c07f406ae117 100644
--- a/ui/aura/root_window.cc
+++ b/ui/aura/root_window.cc
@@ -859,7 +859,7 @@ void RootWindow::SynthesizeMouseMoveEvent() {
layer()->transform().TransformPoint(orig_mouse_location);
// TODO(derat|oshima): Don't use mouse_button_flags_ as it's
- // is currently broken. See/ crbug.com/107931.
+ // currently broken. See/ crbug.com/107931.
MouseEvent event(ui::ET_MOUSE_MOVED,
orig_mouse_location,
orig_mouse_location,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698