| Index: mojo/services/view_manager/view_manager_service_impl.h
|
| diff --git a/mojo/services/view_manager/view_manager_service_impl.h b/mojo/services/view_manager/view_manager_service_impl.h
|
| index 7da14db8e564b7b5704cd3bb31395965667b79c1..02c6578a1e5a56f40dc639a6c401ec964fdd5dee 100644
|
| --- a/mojo/services/view_manager/view_manager_service_impl.h
|
| +++ b/mojo/services/view_manager/view_manager_service_impl.h
|
| @@ -220,9 +220,6 @@
|
| virtual void OnNodeHierarchyChanged(const Node* node,
|
| const Node* new_parent,
|
| const Node* old_parent) OVERRIDE;
|
| - virtual void OnNodeBoundsChanged(const Node* node,
|
| - const gfx::Rect& old_bounds,
|
| - const gfx::Rect& new_bounds) OVERRIDE;
|
| virtual void OnNodeViewReplaced(const Node* node,
|
| const View* new_view,
|
| const View* old_view) OVERRIDE;
|
|
|