ngl: Be explicit about offscreen clipping

Explicitly set all the input arguments.
This makes it clearer what is going on.
This commit is contained in:
Matthias Clasen 2021-03-31 14:34:16 -04:00
parent 53e75936cb
commit 94f0a4ef2c

View File

@ -1605,6 +1605,7 @@ gsk_ngl_render_job_visit_rounded_clip_node (GskNglRenderJob *job,
offscreen.bounds = &node->bounds;
offscreen.force_offscreen = TRUE;
offscreen.reset_clip = FALSE;
gsk_ngl_render_job_push_clip (job, &transformed_clip);
if (!gsk_ngl_render_job_visit_node_with_offscreen (job, child, &offscreen))