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

Unified Diff: content/browser/compositor/gpu_process_transport_factory.h

Issue 1192633003: content: Rename raster threads to worker threads. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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.h
diff --git a/content/browser/compositor/gpu_process_transport_factory.h b/content/browser/compositor/gpu_process_transport_factory.h
index bc8ce95d33a329a7dddc70d4cfe6f5ba9a3a1ee0..da9e3720f4faa3718b2c33e9c6e75defb4bb7b05 100644
--- a/content/browser/compositor/gpu_process_transport_factory.h
+++ b/content/browser/compositor/gpu_process_transport_factory.h
@@ -101,7 +101,7 @@ class GpuProcessTransportFactory
scoped_ptr<cc::SurfaceManager> surface_manager_;
uint32_t next_surface_id_namespace_;
scoped_ptr<cc::TaskGraphRunner> task_graph_runner_;
- scoped_ptr<base::SimpleThread> raster_thread_;
+ scoped_ptr<base::SimpleThread> worker_thread_;
#if defined(OS_WIN)
scoped_ptr<OutputDeviceBacking> software_backing_;
« no previous file with comments | « components/view_manager/gles2/raster_thread_helper.cc ('k') | content/browser/compositor/gpu_process_transport_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698