Skip to content
  • Timm Bäder's avatar
    rendernodes: Fix unconditionally impossible diffs · a0b8e324
    Timm Bäder authored
    Some of the _diff implementations did a whole bunch of work just to
    throw it away afterwards and invalidate the entire union of the two
    render nodes, most notably the two clip nodes. Fix this to only call
    gsk_render_node_diff_impossible if the previous if-condition is FALSE
    and not always.
    a0b8e324