compositor: Drop flow id from weston_view_update_transform

This can end up being the first function to touch a surface in a flow,
which leads to confusing traces.

Just trace the function without a flow instead.

Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
This commit is contained in:
Derek Foreman 2025-02-03 10:42:42 -06:00 committed by Marius Vlad
parent f36a0c2cb8
commit 8993f5eabb

View file

@ -1905,7 +1905,7 @@ weston_view_update_transform_enable(struct weston_view *view)
WL_EXPORT void
weston_view_update_transform(struct weston_view *view)
{
WESTON_TRACE_FUNC_FLOW(&view->surface->flow_id);
WESTON_TRACE_FUNC();
struct weston_view *parent = view->geometry.parent;
struct weston_view *child;
struct weston_layer *layer;