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

Unified Diff: mojo/services/view_manager/node.h

Issue 327073003: Reorder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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/view_manager/node.h
diff --git a/mojo/services/view_manager/node.h b/mojo/services/view_manager/node.h
index 533bc3b0b57a63010b43467d27ef2b170325c868..bfee6752378b765ea2718aa3ee532d25c043beae 100644
--- a/mojo/services/view_manager/node.h
+++ b/mojo/services/view_manager/node.h
@@ -8,6 +8,7 @@
#include <vector>
#include "base/logging.h"
+#include "mojo/services/public/interfaces/view_manager/view_manager.mojom.h"
#include "mojo/services/view_manager/ids.h"
#include "mojo/services/view_manager/view_manager_export.h"
#include "ui/aura/window.h"
@@ -37,6 +38,8 @@ class MOJO_VIEW_MANAGER_EXPORT Node
void Add(Node* child);
void Remove(Node* child);
+ void Reorder(Node* child, Node* relative, OrderDirection direction);
+
aura::Window* window() { return &window_; }
const gfx::Rect& bounds() const { return window_.bounds(); }
« no previous file with comments | « mojo/services/public/interfaces/view_manager/view_manager_constants.mojom ('k') | mojo/services/view_manager/node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698