Index: mojo/services/view_manager/node.cc |
diff --git a/mojo/services/view_manager/node.cc b/mojo/services/view_manager/node.cc |
index b231c5a2cd75dee2e8026bbf12ed3ffc562baffd..6351ac406cfdff10758c78e29d1cb7f09a1f821e 100644 |
--- a/mojo/services/view_manager/node.cc |
+++ b/mojo/services/view_manager/node.cc |
@@ -146,6 +146,7 @@ gfx::Size Node::GetMaximumSize() const { |
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) { |