| 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(); }
|
|
|