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

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

Issue 2610783003: mus: Make sure window parenting happens in the window server. (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/ws/display_manager.cc » ('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 cd84b9e26737b977e2f6dd4e9156b59917e14d05..b4baab58165107645c3d080842aa0431a170a717 100644
--- a/services/ui/gpu/interfaces/gpu_host.mojom
+++ b/services/ui/gpu/interfaces/gpu_host.mojom
@@ -5,6 +5,7 @@
module ui.mojom;
import "gpu/ipc/common/gpu_info.mojom";
+import "gpu/ipc/common/surface_handle.mojom";
import "services/ui/gpu/interfaces/context_lost_reason.mojom";
import "url/mojo/url.mojom";
@@ -18,5 +19,7 @@ interface GpuHost {
ContextLostReason reason,
url.mojom.Url active_url);
+ SetChildSurface(gpu.mojom.SurfaceHandle parent,
+ gpu.mojom.SurfaceHandle child);
StoreShaderToDisk(int32 client_id, string key, string shader);
};
« no previous file with comments | « services/ui/gpu/gpu_service.cc ('k') | services/ui/ws/display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698