Index: mojo/services/public/interfaces/view_manager/view_manager.mojom |
diff --git a/mojo/services/public/interfaces/view_manager/view_manager.mojom b/mojo/services/public/interfaces/view_manager/view_manager.mojom |
index 25e1f0686237c69e2af00be56c7b5b0e8e52e8c8..a79d4c6945ad889bd971da4afcce0e1df4324346 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) => (); |