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

Unified Diff: content/renderer/render_thread_impl.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
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index e3c7b9c23610df2a24252c67c13b3041a0672bd5..de372d0cc3bb1f6bc119f466db4595bb63d8e7bd 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -92,7 +92,7 @@ class GpuVideoAcceleratorFactories;
}
namespace ui {
-class GpuService;
+class Gpu;
}
namespace v8 {
@@ -699,7 +699,7 @@ class CONTENT_EXPORT RenderThreadImpl
std::unique_ptr<ChildMemoryCoordinatorImpl> memory_coordinator_;
#if defined(USE_AURA)
- std::unique_ptr<ui::GpuService> gpu_service_;
+ std::unique_ptr<ui::Gpu> gpu_;
#endif
scoped_refptr<base::SingleThreadTaskRunner>
« no previous file with comments | « chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698