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

Unified Diff: ui/views/widget/desktop_aura/x11_whole_screen_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
« no previous file with comments | « ui/views/widget/desktop_aura/x11_move_loop.h ('k') | ui/views/widget/widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h
diff --git a/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h b/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h
index 60142bbc96645adf7f4a4eaa44f04490ed027cf5..37c718e83098436809053a8e46a48bc200205143 100644
--- a/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h
+++ b/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h
@@ -32,7 +32,7 @@ class XScopedEventSelector;
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 X11WholeScreenMoveLoop : public X11MoveLoop,
public ui::PlatformEventDispatcher {
@@ -64,7 +64,7 @@ class X11WholeScreenMoveLoop : public X11MoveLoop,
X11MoveLoopDelegate* delegate_;
- // Are we running a nested message loop from RunMoveLoop()?
+ // Are we running a nested run loop from RunMoveLoop()?
bool in_move_loop_;
std::unique_ptr<ui::ScopedEventDispatcher> nested_dispatcher_;
« no previous file with comments | « ui/views/widget/desktop_aura/x11_move_loop.h ('k') | ui/views/widget/widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698