| Index: mojo/examples/sample_view_manager_app/sample_view_manager_app.cc
|
| diff --git a/mojo/examples/sample_view_manager_app/sample_view_manager_app.cc b/mojo/examples/sample_view_manager_app/sample_view_manager_app.cc
|
| index 946b57a61b867187095cd591288cabf28acd22bd..38682a6ed28fe3f78e9f77d8ab4b8e12ba505a12 100644
|
| --- a/mojo/examples/sample_view_manager_app/sample_view_manager_app.cc
|
| +++ b/mojo/examples/sample_view_manager_app/sample_view_manager_app.cc
|
| @@ -49,12 +49,12 @@
|
| virtual void OnNodeHierarchyChanged(uint32_t node,
|
| uint32_t new_parent,
|
| uint32_t old_parent,
|
| - uint32_t change_id) OVERRIDE {
|
| + int32_t change_id) OVERRIDE {
|
| }
|
| virtual void OnNodeViewReplaced(uint32_t node,
|
| uint32_t old_view_id,
|
| uint32_t new_view_id,
|
| - uint32_t change_id) OVERRIDE {
|
| + int32_t change_id) OVERRIDE {
|
| }
|
|
|
| private:
|
|
|