[Webkit-unassigned] [Bug 210636] [GTK] Crash in cairo_surface_mark_dirty_rectangle() in accelerated compositing mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 17 08:17:27 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=210636

--- Comment #2 from Michael Catanzaro <mcatanzaro at gnome.org> ---
>From Uli in https://gitlab.freedesktop.org/cairo/cairo/-/issues/400:

"""
That code is clearly wrong. Well, at least from the comment, I guess that there is no call to cairo_surface_flush() anywhere. The docs for cairo_surface_mark_dirty() state that one must call cairo_surface_flush() first.

I guess the easiest fix would be to add a call to cairo_surface_flush(m_surface.get()); at the end of that function.
"""

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200417/32bc1646/attachment.htm>


More information about the webkit-unassigned mailing list