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

Unified Diff: services/ui/gpu/gpu_main.h

Issue 2559343003: mus: Rename GpuService to Gpu. (Closed)
Patch Set: . Created 4 years 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 | « services/ui/demo/mus_demo.cc ('k') | services/ui/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/gpu_main.h
diff --git a/services/ui/gpu/gpu_main.h b/services/ui/gpu/gpu_main.h
index bd03dde2b1f434ac8ee4747f30a18935c12ce669..694b717f74050a2e178ec119d84f9aee5c71a949 100644
--- a/services/ui/gpu/gpu_main.h
+++ b/services/ui/gpu/gpu_main.h
@@ -82,10 +82,10 @@ class GpuMain : public gpu::GpuSandboxHelper, public mojom::GpuMain {
std::unique_ptr<gpu::GpuMemoryBufferFactory> gpu_memory_buffer_factory_;
- // The main thread for GpuService.
+ // The main thread for Gpu.
base::Thread gpu_thread_;
- // The thread that handles IO events for GpuService.
+ // The thread that handles IO events for Gpu.
base::Thread io_thread_;
// The display compositor gets its own thread in mus-gpu. The gpu service,
« no previous file with comments | « services/ui/demo/mus_demo.cc ('k') | services/ui/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698