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

Unified Diff: mojo/services/public/interfaces/view_manager/view_manager.mojom

Issue 296133012: Some security checks around destruction/setting bounds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: mojo/services/public/interfaces/view_manager/view_manager.mojom
diff --git a/mojo/services/public/interfaces/view_manager/view_manager.mojom b/mojo/services/public/interfaces/view_manager/view_manager.mojom
index 7e0f9f7fc313f4c10993c6c15530671fb4a2d3cf..fb43769ce61c5451119da84783809eef63156da5 100644
--- a/mojo/services/public/interfaces/view_manager/view_manager.mojom
+++ b/mojo/services/public/interfaces/view_manager/view_manager.mojom
@@ -10,6 +10,7 @@ struct INode {
uint32 parent_id;
uint32 node_id;
uint32 view_id;
+ mojo.Rect bounds;
};
// Functions that mutate the hierarchy take a change id. This is an ever

Powered by Google App Engine
This is Rietveld 408576698