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

Unified Diff: ui/aura/mus/mus_mouse_location_updater.h

Issue 2828913003: Replace "nested message loop" with "nested run loop" in comments. (Closed)
Patch Set: rebase Created 3 years, 7 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/aura/mus/drag_drop_controller_mus.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/mus_mouse_location_updater.h
diff --git a/ui/aura/mus/mus_mouse_location_updater.h b/ui/aura/mus/mus_mouse_location_updater.h
index 982fdac2a8be665a66e28da110d99dc1a4a710c5..ecee2cebe86eae121a49af3c3c77db0c45cf846a 100644
--- a/ui/aura/mus/mus_mouse_location_updater.h
+++ b/ui/aura/mus/mus_mouse_location_updater.h
@@ -19,7 +19,7 @@ namespace aura {
// Env::last_mouse_location() should use
// WindowTreeClient::GetCursorScreenPoint(). While processing an event
// Env uses the value from the current event, otherwise Env uses
-// WindowTreeClient::GetCursorScreenPoint(). If a nested message loop is
+// WindowTreeClient::GetCursorScreenPoint(). If a nested run loop is
// started while processing an event Env uses GetCursorScreenPoint().
class MusMouseLocationUpdater : public base::RunLoop::NestingObserver {
public:
« no previous file with comments | « ui/aura/mus/drag_drop_controller_mus.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698