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

Unified Diff: ppapi/tests/test_graphics_2d.cc

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 | « ppapi/tests/test_case.h ('k') | ppapi/tests/test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_graphics_2d.cc
diff --git a/ppapi/tests/test_graphics_2d.cc b/ppapi/tests/test_graphics_2d.cc
index ad81f4fe3564c2ab77d94bf696725c7911a8fe5a..1ffb531e391f0bf112d8db618d024d0dd508d163 100644
--- a/ppapi/tests/test_graphics_2d.cc
+++ b/ppapi/tests/test_graphics_2d.cc
@@ -653,7 +653,7 @@ void TestGraphics2D::ResetViewChangedState() {
}
bool TestGraphics2D::WaitUntilViewChanged() {
- // Run a nested message loop. It will exit either on ViewChanged or if the
+ // Run a nested run loop. It will exit either on ViewChanged or if the
// timeout happens.
// If view changed before we have chance to run message loop, return directly.
« no previous file with comments | « ppapi/tests/test_case.h ('k') | ppapi/tests/test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698