| Index: mojo/services/view_manager/root_node_manager.h
|
| diff --git a/mojo/services/view_manager/root_node_manager.h b/mojo/services/view_manager/root_node_manager.h
|
| index 75ad4e0ba31afee4172c6356a4fd4834d836b622..1163ca1fecf8503566ff7ce7335b3cbe215ae92c 100644
|
| --- a/mojo/services/view_manager/root_node_manager.h
|
| +++ b/mojo/services/view_manager/root_node_manager.h
|
| @@ -82,6 +82,9 @@ class MOJO_VIEW_MANAGER_EXPORT RootNodeManager : public NodeDelegate {
|
|
|
| // These functions trivially delegate to all ViewManagerConnections, which in
|
| // term notify their clients.
|
| + void ProcessNodeBoundsChanged(const Node* node,
|
| + const gfx::Rect& old_bounds,
|
| + const gfx::Rect& new_bounds);
|
| void ProcessNodeHierarchyChanged(const Node* node,
|
| const Node* new_parent,
|
| const Node* old_parent);
|
| @@ -116,7 +119,7 @@ class MOJO_VIEW_MANAGER_EXPORT RootNodeManager : public NodeDelegate {
|
| return connection_id == change_source_;
|
| }
|
|
|
| - // Overriden from NodeDelegate:
|
| + // Overridden from NodeDelegate:
|
| virtual void OnNodeHierarchyChanged(const Node* node,
|
| const Node* new_parent,
|
| const Node* old_parent) OVERRIDE;
|
|
|