Remove useless SkRect::sort
https://codereview.chromium.org/14203008/ git-svn-id: http://skia.googlecode.com/svn/trunk@8871 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
3b5feb37ff
commit
cc83ff126f
@ -764,7 +764,6 @@ static bool apply_aa_to_rect(GrDrawTarget* target,
|
|||||||
}
|
}
|
||||||
|
|
||||||
combinedMatrix->mapRect(devRect, rect);
|
combinedMatrix->mapRect(devRect, rect);
|
||||||
devRect->sort();
|
|
||||||
|
|
||||||
if (strokeWidth < 0) {
|
if (strokeWidth < 0) {
|
||||||
return !isIRect(*devRect);
|
return !isIRect(*devRect);
|
||||||
|
Loading…
Reference in New Issue
Block a user