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

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

Issue 2627993002: mus-gpu: Include GpuPreferences when requesting for GpuService. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | services/ui/gpu/gpu_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/gpu_main.h
diff --git a/services/ui/gpu/gpu_main.h b/services/ui/gpu/gpu_main.h
index 031b5b9d50fc030af80aa3ad5e239051a03105ba..a5c859d94601174f2d31c91c181bc87cca29847c 100644
--- a/services/ui/gpu/gpu_main.h
+++ b/services/ui/gpu/gpu_main.h
@@ -28,7 +28,8 @@ class GpuMain : public gpu::GpuSandboxHelper, public mojom::GpuMain {
// mojom::GpuMain implementation:
void CreateGpuService(mojom::GpuServiceRequest request,
- mojom::GpuHostPtr gpu_host) override;
+ mojom::GpuHostPtr gpu_host,
+ const gpu::GpuPreferences& preferences) override;
void CreateDisplayCompositor(
cc::mojom::DisplayCompositorRequest request,
cc::mojom::DisplayCompositorClientPtr client) override;
@@ -51,7 +52,8 @@ class GpuMain : public gpu::GpuSandboxHelper, public mojom::GpuMain {
cc::mojom::DisplayCompositorRequest request,
cc::mojom::DisplayCompositorClientPtrInfo client_info);
void CreateGpuServiceOnGpuThread(mojom::GpuServiceRequest request,
- mojom::GpuHostPtrInfo gpu_host_info);
+ mojom::GpuHostPtrInfo gpu_host_info,
+ const gpu::GpuPreferences& preferences);
void BindGpuInternalOnGpuThread(mojom::GpuServiceRequest request);
void TearDownOnCompositorThread();
« no previous file with comments | « no previous file | services/ui/gpu/gpu_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698