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

Unified Diff: services/ui/gpu/interfaces/gpu_host.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/gpu_service.cc ('k') | services/ui/gpu/interfaces/gpu_main.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/interfaces/gpu_host.mojom
diff --git a/services/ui/gpu/interfaces/gpu_host.mojom b/services/ui/gpu/interfaces/gpu_host.mojom
index b4baab58165107645c3d080842aa0431a170a717..1d2b8fbb81b25fdc1ce2655bbd8194a52dc62d8c 100644
--- a/services/ui/gpu/interfaces/gpu_host.mojom
+++ b/services/ui/gpu/interfaces/gpu_host.mojom
@@ -9,6 +9,8 @@ import "gpu/ipc/common/surface_handle.mojom";
import "services/ui/gpu/interfaces/context_lost_reason.mojom";
import "url/mojo/url.mojom";
+// Communication channel from the gpu process to the gpu host. This interface
+// should never have any sync function calls.
interface GpuHost {
DidInitialize(gpu.mojom.GpuInfo gpu_info);
DidCreateOffscreenContext(url.mojom.Url url);
« no previous file with comments | « services/ui/gpu/gpu_service.cc ('k') | services/ui/gpu/interfaces/gpu_main.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698