Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(925)

Unified Diff: mojo/examples/sample_view_manager_app/sample_view_manager_app.cc

Issue 250633003: Adds more to viewmanager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 c6d6e7c77952576e44ea0c109f9aa0fb4b8ee19b..cbb3c2ba278f20d0aee7aebae988f7d2ed12192b 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
@@ -51,6 +51,11 @@ class SampleApp : public Application,
uint32_t old_parent,
int32_t change_id) OVERRIDE {
}
+ virtual void OnNodeViewChanged(uint32_t node,
+ uint32_t old_view_id,
+ uint32_t new_view_id,
+ int32_t change_id) OVERRIDE {
+ }
private:
void OnCreatedView(bool success) {
« no previous file with comments | « no previous file | mojo/mojo_services.gypi » ('j') | mojo/services/public/interfaces/view_manager/view_manager.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698