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

Unified Diff: content/browser/compositor/gpu_process_transport_factory.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
Index: content/browser/compositor/gpu_process_transport_factory.cc
diff --git a/content/browser/compositor/gpu_process_transport_factory.cc b/content/browser/compositor/gpu_process_transport_factory.cc
index 85e0057e544e0f0ba0b1bce401f678780048950d..540f3be11fda5a20a473981bdca06ec07e21e1b6 100644
--- a/content/browser/compositor/gpu_process_transport_factory.cc
+++ b/content/browser/compositor/gpu_process_transport_factory.cc
@@ -456,7 +456,7 @@ void GpuProcessTransportFactory::EstablishedGpuChannel(
"::Compositor"));
#if defined(OS_MACOSX)
// On Mac, GpuCommandBufferMsg_SwapBuffersCompleted must be handled in
- // a nested message loop during resize.
+ // a nested run loop during resize.
context_provider->SetDefaultTaskRunner(
ui::WindowResizeHelperMac::Get()->task_runner());
#endif

Powered by Google App Engine
This is Rietveld 408576698