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

Unified Diff: content/renderer/render_thread_impl.h

Issue 2200353002: Revert of services/ui: Have an explicit lifetime/ownership of ui::GpuService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « ash/mus/window_manager_application.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 6dfbfead2c1cc0777b489fdac9b1fc3aa29f6da2..bb0553c620455017b2a7aa54c4080c15dea061a7 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -86,10 +86,6 @@
namespace scheduler {
class WebThreadBase;
-}
-
-namespace ui {
-class GpuService;
}
namespace v8 {
@@ -660,10 +656,6 @@
std::unique_ptr<memory_coordinator::ChildMemoryCoordinatorImpl>
memory_coordinator_;
-#if defined(MOJO_SHELL_CLIENT)
- std::unique_ptr<ui::GpuService> gpu_service_;
-#endif
-
scoped_refptr<base::SingleThreadTaskRunner>
main_thread_compositor_task_runner_;
« no previous file with comments | « ash/mus/window_manager_application.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698