summaryrefslogtreecommitdiffstats
path: root/mojo/mojo_services.gypi
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-16 04:37:22 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-16 04:37:22 +0000
commit654a05d8db9ce8de7eb35c2d90efd0fbf3ee561f (patch)
treef2a091ff9e44bfbac0db81d41979dddc09afc840 /mojo/mojo_services.gypi
parenta15e0fe22157dcae44269d3de74d3ded101dca7d (diff)
downloadchromium_src-654a05d8db9ce8de7eb35c2d90efd0fbf3ee561f.zip
chromium_src-654a05d8db9ce8de7eb35c2d90efd0fbf3ee561f.tar.gz
chromium_src-654a05d8db9ce8de7eb35c2d90efd0fbf3ee561f.tar.bz2
Tweaks to ViewManager:
. OnNodeHierarchyChanged() is only sent for nodes the client cares about (see ShouldNotifyOnHierarchyChange for exact details). . OnNodeHierarchyChanged() now includes any nodes not yet known to the client. . Added OnServerChangeIdAdvanced, which is sent if the change id advances but the client didn't get a notification (this can happen when hierarchy changes are done in other clients that the client isn't notified about). . OnConnectionEstablished now includes the state of the tree. BUG=365012 TEST=covered by tests R=ben@chromium.org Review URL: https://codereview.chromium.org/288313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270925 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo_services.gypi')
-rw-r--r--mojo/mojo_services.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index f3433ab..6740ff0 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -239,6 +239,8 @@
'services/view_manager/root_node_manager.h',
'services/view_manager/root_view_manager.cc',
'services/view_manager/root_view_manager.h',
+ 'services/view_manager/type_converters.cc',
+ 'services/view_manager/type_converters.h',
'services/view_manager/view.cc',
'services/view_manager/view.h',
'services/view_manager/view_manager_connection.cc',