| commit | c56009118970d634cdb6c50ff4616c8eb446cda0 | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Apr 29 18:07:35 2013 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Apr 29 18:07:35 2013 +0000 |
| tree | 7630d5591402e8160fd95a479f3b399596f86ef4 | |
| parent | 6f5abddf898dc2c2497394fe9a0b82e1f872b0d5 [diff] [blame] |
Minor optimization https://codereview.chromium.org/14495006/ git-svn-id: http://skia.googlecode.com/svn/trunk@8912 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp index 84ad1d3..ab24072 100644 --- a/src/gpu/GrContext.cpp +++ b/src/gpu/GrContext.cpp
@@ -781,7 +781,7 @@ GrDrawTarget* target = this->prepareToDraw(&paint, BUFFERED_DRAW); GrDrawState::AutoStageDisable atr(fDrawState); - GrRect devRect = rect; + GrRect devRect; SkMatrix combinedMatrix; bool useVertexCoverage; bool needAA = paint.isAntiAlias() &&