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

Unified Diff: mojo/services/gfx/composition/interfaces/scenes.mojom

Issue 1749063002: Mozart: Improve internal scene graph representation. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-0
Patch Set: avoid unnecessary hashtable lookups Created 4 years, 10 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 | « mojo/services/gfx/composition/interfaces/nodes.mojom ('k') | services/gfx/compositor/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/gfx/composition/interfaces/scenes.mojom
diff --git a/mojo/services/gfx/composition/interfaces/scenes.mojom b/mojo/services/gfx/composition/interfaces/scenes.mojom
index d9c5c69a103fead66d8c97564f11dc59713e1fb9..2e7f631033aae59e0319720459ff326e3f795fe1 100644
--- a/mojo/services/gfx/composition/interfaces/scenes.mojom
+++ b/mojo/services/gfx/composition/interfaces/scenes.mojom
@@ -151,8 +151,8 @@ interface Scene {
//
// Publishing a scene graph applies all pending updates. It is an error
// to publish updates which cause the scene state to become inconsistent,
- // such as by having nodes which refer to non-existent resources; the
- // connection will be closed.
+ // such as by having nodes which refer to non-existent resources or
+ // introducing cycles in the scene's nodes; the connection will be closed.
Publish(SceneMetadata? metadata);
// Gets a scheduler for scheduling upcoming scene operations.
« no previous file with comments | « mojo/services/gfx/composition/interfaces/nodes.mojom ('k') | services/gfx/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698