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

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

Issue 2286063003: gpu: Move GpuWatchdogThread into //gpu/ipc/service from content. (Closed)
Patch Set: tot merge 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 | « gpu/ipc/service/gpu_watchdog_thread.cc ('k') | services/ui/gpu/gpu_service_internal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/gpu_service_internal.h
diff --git a/services/ui/gpu/gpu_service_internal.h b/services/ui/gpu/gpu_service_internal.h
index a720b06e6013f43c1f1f39d94363ef913e21b25c..9a453e06396334251c16074535b393240658e69d 100644
--- a/services/ui/gpu/gpu_service_internal.h
+++ b/services/ui/gpu/gpu_service_internal.h
@@ -30,6 +30,7 @@ struct DefaultSingletonTraits;
namespace gpu {
class GpuChannelHost;
class GpuMemoryBufferFactory;
+class GpuWatchdogThread;
class SyncPointManager;
}
@@ -137,6 +138,8 @@ class GpuServiceInternal : public gpu::GpuChannelManagerDelegate,
// The thread that handles IO events for GpuService.
base::Thread io_thread_;
+ scoped_refptr<gpu::GpuWatchdogThread> watchdog_thread_;
+
std::unique_ptr<gpu::SyncPointManager> owned_sync_point_manager_;
std::unique_ptr<gpu::GpuChannelManager> gpu_channel_manager_;
« no previous file with comments | « gpu/ipc/service/gpu_watchdog_thread.cc ('k') | services/ui/gpu/gpu_service_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698