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

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

Issue 2682723003: Make disabling accelerated VPX decoding a GPU driver bug workaround. (Closed)
Patch Set: remove flag 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
Index: services/ui/gpu/gpu_service.h
diff --git a/services/ui/gpu/gpu_service.h b/services/ui/gpu/gpu_service.h
index d2b566fad727b4c8b3d0963295cf46dc3436ae98..eccb5e766ca84beb6f0794201a3d2c127fa844a4 100644
--- a/services/ui/gpu/gpu_service.h
+++ b/services/ui/gpu/gpu_service.h
@@ -54,6 +54,7 @@ class GpuService : public gpu::GpuChannelManagerDelegate,
void InitializeWithHost(mojom::GpuHostPtr gpu_host,
const gpu::GpuPreferences& preferences,
+ const gpu::GpuDriverBugWorkarounds& workarounds,
gpu::SyncPointManager* sync_point_manager = nullptr,
base::WaitableEvent* shutdown_event = nullptr);
void Bind(mojom::GpuServiceRequest request);

Powered by Google App Engine
This is Rietveld 408576698