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

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

Issue 1729343004: Reverse scene node drawing order. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 | « no previous file | services/gfx/compositor/graph/node_def.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/gfx/composition/interfaces/nodes.mojom
diff --git a/mojo/services/gfx/composition/interfaces/nodes.mojom b/mojo/services/gfx/composition/interfaces/nodes.mojom
index dc773d798ec7c997e3abba0eca5c2a4dbf6cfe8b..588a8eb2e7754a90779a1d72e6fe541c298c9555 100644
--- a/mojo/services/gfx/composition/interfaces/nodes.mojom
+++ b/mojo/services/gfx/composition/interfaces/nodes.mojom
@@ -17,9 +17,9 @@ import "mojo/services/gfx/composition/interfaces/hit_tests.mojom";
// acyclic graph of drawing commands.
//
// The node graph is processed in pre-order traversal. Starting from the
-// root, the compositor applies the transformation, clip, recursively
-// processes the node's children according to the node's combinator rule,
-// then applies the node's own operation.
+// root, the compositor applies the transformation, clip, applies the
+// node's operation (if any), then recursively processes the node's children
+// according to the node's combinator rule.
//
// BLOCKED NODES
//
« no previous file with comments | « no previous file | services/gfx/compositor/graph/node_def.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698