mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
gsk: Mark mask nodes as 'supports transforms'
Just like blur nodes, the renderer can handle these without creating an extra offscreen.
This commit is contained in:
parent
7b1644b2d0
commit
c035384fc8
@ -315,6 +315,7 @@ node_supports_transform (const GskRenderNode *node)
|
||||
case GSK_CAIRO_NODE:
|
||||
case GSK_BLEND_NODE:
|
||||
case GSK_BLUR_NODE:
|
||||
case GSK_MASK_NODE:
|
||||
return TRUE;
|
||||
|
||||
case GSK_SHADOW_NODE:
|
||||
|
Loading…
Reference in New Issue
Block a user