mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-02-05 12:20:35 +01:00
libweston: Track string cache invalidation with Perfetto
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
parent
fef407c16c
commit
ad8fdde5f6
1 changed files with 1 additions and 1 deletions
|
|
@ -11015,7 +11015,6 @@ weston_cached_str_get(struct weston_cached_string *s, void *data)
|
|||
}
|
||||
s->is_up_to_date = true;
|
||||
}
|
||||
|
||||
return s->cached_str;
|
||||
}
|
||||
|
||||
|
|
@ -11028,5 +11027,6 @@ weston_cached_str_get(struct weston_cached_string *s, void *data)
|
|||
WL_EXPORT void
|
||||
weston_cached_str_invalidate(struct weston_cached_string *s)
|
||||
{
|
||||
WESTON_TRACE_FUNC();
|
||||
s->is_up_to_date = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue