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 15:16:40 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-16 15:16:40 +0000
commit195269f3f5af0723a602d48ea2cb4704c0aac848 (patch)
treed8770edf9acfe32625b5befefdeaa02dc2a511e7 /mojo/mojo_services.gypi
parent309e93a603ba642540377138310601cb3d5be769 (diff)
downloadchromium_src-195269f3f5af0723a602d48ea2cb4704c0aac848.zip
chromium_src-195269f3f5af0723a602d48ea2cb4704c0aac848.tar.gz
chromium_src-195269f3f5af0723a602d48ea2cb4704c0aac848.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 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270925 Review URL: https://codereview.chromium.org/288313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271025 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',