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

Unified Diff: services/ui/public/interfaces/surface.mojom

Issue 2369793002: WIP: Propagate SurfaceID up window tree hierarchy
Patch Set: Fix input events: EventDispatcher ignores container windows Created 4 years, 3 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/public/cpp/window_tree_client.cc ('k') | services/ui/public/interfaces/window_manager.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/surface.mojom
diff --git a/services/ui/public/interfaces/surface.mojom b/services/ui/public/interfaces/surface.mojom
index 714a9f16dc99846fb52d6ab3b31f2a61e303e1f4..12a99f6b5211dad4f396805f60bc82066d98c87d 100644
--- a/services/ui/public/interfaces/surface.mojom
+++ b/services/ui/public/interfaces/surface.mojom
@@ -14,6 +14,7 @@ interface Surface {
// After the submitted frame is drawn for the first time, the receiver will
// respond to the SubmitFrame message. Clients should use this acknowledgement
// to ratelimit frame submissions.
+ // TODO(fsamuel): Add local ID and nonce.
SubmitCompositorFrame(cc.mojom.CompositorFrame frame) => ();
};
« no previous file with comments | « services/ui/public/cpp/window_tree_client.cc ('k') | services/ui/public/interfaces/window_manager.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698