| Index: services/ui/public/cpp/window_tree_client.cc
|
| diff --git a/services/ui/public/cpp/window_tree_client.cc b/services/ui/public/cpp/window_tree_client.cc
|
| index e0dbb98249b539bd68c5f59d29224ca92394475b..e2a3d23ac2b7f01aa033b9306faafac3eaab2d09 100644
|
| --- a/services/ui/public/cpp/window_tree_client.cc
|
| +++ b/services/ui/public/cpp/window_tree_client.cc
|
| @@ -1056,7 +1056,8 @@ void WindowTreeClient::OnWindowSharedPropertyChanged(
|
| if (ApplyServerChangeToExistingInFlightChange(new_change))
|
| return;
|
|
|
| - WindowPrivate(window).LocalSetSharedProperty(name, new_data);
|
| + WindowPrivate(window).LocalSetSharedProperty(
|
| + name, new_data ? &new_data.value() : nullptr);
|
| }
|
|
|
| void WindowTreeClient::OnWindowInputEvent(uint32_t event_id,
|
|
|