зеркало из https://github.com/mozilla/gecko-dev.git
69363dcf7f
The code is broken because in the else case of VisitNextEdgeBetweenRect we assume that r2->x1 < r1->x1. This is not always the case. The fix is to have VisitNextEdgeBetweenRect return whether there's an overlap. The calling code can than adjust x1 appropriately if r1 != r1_end && r2 != r2_end. |
||
---|---|---|
.. | ||
crashtests | ||
gtest | ||
mochitest | ||
reftest | ||
unit | ||
moz.build |