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:
robertphillips@google.com 2013-04-25 22:25:29 +00:00
parent 3b5feb37ff
commit cc83ff126f

View File

@ -764,7 +764,6 @@ static bool apply_aa_to_rect(GrDrawTarget* target,
}
combinedMatrix->mapRect(devRect, rect);
devRect->sort();
if (strokeWidth < 0) {
return !isIRect(*devRect);