| Index: mojo/services/view_manager/node.cc
|
| diff --git a/mojo/services/view_manager/node.cc b/mojo/services/view_manager/node.cc
|
| index 65bc94684c728259819f16571a98106b101ff79d..519b08a82c27b5d524eafacb1cbb0cdc2573c602 100644
|
| --- a/mojo/services/view_manager/node.cc
|
| +++ b/mojo/services/view_manager/node.cc
|
| @@ -159,6 +159,9 @@ void Node::OnBoundsChanged(const gfx::Rect& old_bounds,
|
| delegate_->OnNodeBoundsChanged(this, old_bounds, new_bounds);
|
| }
|
|
|
| +void Node::OnPropertyChanged(const void* key, intptr_t old) {
|
| +}
|
| +
|
| gfx::NativeCursor Node::GetCursor(const gfx::Point& point) {
|
| return gfx::kNullCursor;
|
| }
|
|
|