Index: trunk/src/mojo/examples/sample_view_manager_app/sample_view_manager_app.cc |
=================================================================== |
--- trunk/src/mojo/examples/sample_view_manager_app/sample_view_manager_app.cc (revision 266161) |
+++ trunk/src/mojo/examples/sample_view_manager_app/sample_view_manager_app.cc (working copy) |
@@ -51,11 +51,6 @@ |
uint32_t old_parent, |
int32_t change_id) OVERRIDE { |
} |
- virtual void OnNodeViewReplaced(uint32_t node, |
- uint32_t old_view_id, |
- uint32_t new_view_id, |
- int32_t change_id) OVERRIDE { |
- } |
private: |
void OnCreatedView(bool success) { |