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

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

Issue 2876913003: Reland of gpu: GPU service scheduler. (Closed)
Patch Set: comment Created 3 years, 7 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_command_buffer_stub.cc ('k') | services/ui/gpu/gpu_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/gpu_service.h
diff --git a/services/ui/gpu/gpu_service.h b/services/ui/gpu/gpu_service.h
index d6e2d3f583a1e7e3bb4990f9f2f6837c99b5beff..bb42a84b901506951b2ca3b1a7aff69ae25e2dce 100644
--- a/services/ui/gpu/gpu_service.h
+++ b/services/ui/gpu/gpu_service.h
@@ -29,6 +29,7 @@
namespace gpu {
class GpuMemoryBufferFactory;
class GpuWatchdogThread;
+class Scheduler;
class SyncPointManager;
}
@@ -183,6 +184,8 @@ class GpuService : public gpu::GpuChannelManagerDelegate,
std::unique_ptr<gpu::SyncPointManager> owned_sync_point_manager_;
gpu::SyncPointManager* sync_point_manager_ = nullptr;
+ std::unique_ptr<gpu::Scheduler> scheduler_;
+
// An event that will be signalled when we shutdown. On some platforms it
// comes from external sources.
std::unique_ptr<base::WaitableEvent> owned_shutdown_event_;
« no previous file with comments | « gpu/ipc/service/gpu_command_buffer_stub.cc ('k') | services/ui/gpu/gpu_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698