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

Unified Diff: ui/views/widget/desktop_aura/x11_move_loop.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
Index: ui/views/widget/desktop_aura/x11_move_loop.h
diff --git a/ui/views/widget/desktop_aura/x11_move_loop.h b/ui/views/widget/desktop_aura/x11_move_loop.h
index 102c8663efe1ec146b019b06069bd2e5d773022f..b12cbecde9c63418f4acc873276992da83129804 100644
--- a/ui/views/widget/desktop_aura/x11_move_loop.h
+++ b/ui/views/widget/desktop_aura/x11_move_loop.h
@@ -10,13 +10,13 @@
namespace views {
-// Runs a nested message loop and grabs the mouse. This is used to implement
+// Runs a nested run loop and grabs the mouse. This is used to implement
// dragging.
class X11MoveLoop {
public:
virtual ~X11MoveLoop() {}
- // Runs the nested message loop. While the mouse is grabbed, use |cursor| as
+ // Runs the nested run loop. While the mouse is grabbed, use |cursor| as
// the mouse cursor. Returns true if the move-loop is completed successfully.
// If the pointer-grab fails, or the move-loop is canceled by the user (e.g.
// by pressing escape), then returns false.

Powered by Google App Engine
This is Rietveld 408576698