diff options
Diffstat (limited to 'mojo/services/public/interfaces/view_manager/view_manager.mojom')
-rw-r--r-- | mojo/services/public/interfaces/view_manager/view_manager.mojom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/services/public/interfaces/view_manager/view_manager.mojom b/mojo/services/public/interfaces/view_manager/view_manager.mojom index 25e1f06..a79d4c6 100644 --- a/mojo/services/public/interfaces/view_manager/view_manager.mojom +++ b/mojo/services/public/interfaces/view_manager/view_manager.mojom @@ -191,7 +191,7 @@ interface ViewManagerClient { // Invoked when a view property is changed. If this change is a removal, // |new_data| is null. - OnViewPropertyChanged(uint32 view, string name, array<uint8>? new_data); + OnViewSharedPropertyChanged(uint32 view, string name, array<uint8>? new_data); // Invoked when an event is targeted at the specified view. OnViewInputEvent(uint32 view, mojo.Event event) => (); |