| Index: mojo/services/view_manager/node.cc
|
| diff --git a/mojo/services/view_manager/node.cc b/mojo/services/view_manager/node.cc
|
| index 6351ac406cfdff10758c78e29d1cb7f09a1f821e..b231c5a2cd75dee2e8026bbf12ed3ffc562baffd 100644
|
| --- a/mojo/services/view_manager/node.cc
|
| +++ b/mojo/services/view_manager/node.cc
|
| @@ -146,7 +146,6 @@
|
|
|
| void Node::OnBoundsChanged(const gfx::Rect& old_bounds,
|
| const gfx::Rect& new_bounds) {
|
| - delegate_->OnNodeBoundsChanged(this, old_bounds, new_bounds);
|
| }
|
|
|
| gfx::NativeCursor Node::GetCursor(const gfx::Point& point) {
|
|
|