Remove useless SkRect::sort
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 25 Apr 2013 22:25:29 +0000 (22:25 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 25 Apr 2013 22:25:29 +0000 (22:25 +0000)
https://codereview.chromium.org/14203008/

git-svn-id: http://skia.googlecode.com/svn/trunk@8871 2bbb7eff-a529-9590-31e7-b0007b416f81

src/gpu/GrContext.cpp

index 0dd0465..84ad1d3 100644 (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);