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

Unified Diff: services/ui/gpu/interfaces/gpu_main.mojom

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 | « services/ui/gpu/interfaces/gpu_host.mojom ('k') | services/ui/ws/gpu_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/interfaces/gpu_main.mojom
diff --git a/services/ui/gpu/interfaces/gpu_main.mojom b/services/ui/gpu/interfaces/gpu_main.mojom
index 9b9327460a9c88ad2154f70f6dc710fc71f9fa7b..985b823b7366e537242830dd60190b8daf7c6d24 100644
--- a/services/ui/gpu/interfaces/gpu_main.mojom
+++ b/services/ui/gpu/interfaces/gpu_main.mojom
@@ -5,6 +5,7 @@
module ui.mojom;
import "cc/ipc/display_compositor.mojom";
+import "gpu/ipc/common/gpu_preferences.mojom";
import "services/ui/gpu/interfaces/gpu_host.mojom";
import "services/ui/gpu/interfaces/gpu_service.mojom";
@@ -16,5 +17,6 @@ interface GpuMain {
cc.mojom.DisplayCompositorClient display_compositor_client);
CreateGpuService(GpuService& gpu_service,
- GpuHost gpu_host);
+ GpuHost gpu_host,
+ gpu.mojom.GpuPreferences preferences);
};
« no previous file with comments | « services/ui/gpu/interfaces/gpu_host.mojom ('k') | services/ui/ws/gpu_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698