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

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

Issue 2722883002: gpu: Allow waiting on sync tokens without sync token client. (Closed)
Patch Set: review Created 3 years, 10 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/gpu_service.cc
diff --git a/services/ui/gpu/gpu_service.cc b/services/ui/gpu/gpu_service.cc
index 2f10a0711f58defb2c27456f18f95e8fcdf4acf8..40b6c4f31b5246a21f1e83156fba3a8f77c56ba8 100644
--- a/services/ui/gpu/gpu_service.cc
+++ b/services/ui/gpu/gpu_service.cc
@@ -83,9 +83,7 @@ void GpuService::InitializeWithHost(mojom::GpuHostPtr gpu_host,
sync_point_manager_ = sync_point_manager;
if (!sync_point_manager_) {
- const bool allow_threaded_wait = false;
- owned_sync_point_manager_ =
- base::MakeUnique<gpu::SyncPointManager>(allow_threaded_wait);
+ owned_sync_point_manager_ = base::MakeUnique<gpu::SyncPointManager>();
sync_point_manager_ = owned_sync_point_manager_.get();
}
« no previous file with comments | « gpu/ipc/service/gpu_command_buffer_stub.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698