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

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

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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/ws/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/window_tree.mojom
diff --git a/services/ui/public/interfaces/window_tree.mojom b/services/ui/public/interfaces/window_tree.mojom
index 354c3c25eba2cb5674d7bb8cdafe7cb2689d2006..05d81a398efd8234a218ab468c5a917b3d4435d6 100644
--- a/services/ui/public/interfaces/window_tree.mojom
+++ b/services/ui/public/interfaces/window_tree.mojom
@@ -357,7 +357,11 @@ interface WindowTreeClient {
// Invoked when a change is done to the hierarchy. A value of 0 is used to
// identify a null window. For example, if the old_parent is NULL, 0 is
// supplied.
- // |windows| contains any windows that the client has not been told about.
+ // If |window| was not visible to this client, but is visible now because
+ // |new_parent| is visible to this client, then |windows| contains details
+ // about |window|, and all its descendants. |windows| includes any windows
+ // that client may already know about, but did not know the parent because
+ // the parent was previously not visible to this client.
// This is not sent for hierarchy changes of windows not known to this client
// or not attached to the tree.
OnWindowHierarchyChanged(uint32 window,
« no previous file with comments | « services/ui/public/cpp/window_tree_client.cc ('k') | services/ui/ws/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698