diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-03-05 17:58:34 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-03-05 17:58:34 +0000 |
commit | 9b1517edc7eb3e116902a3b3da447a73aaa56585 (patch) | |
tree | 6104f26229fb1e0ddfd4ce9e819c441a2134338b /include/gpu | |
parent | 8c0a0d36541d8385b3e8bddea802c5542800c9a4 (diff) |
minor improvement, remove some conditionals in GrAAConvexPathRenderer
Review URL: http://codereview.appspot.com/5728060
git-svn-id: http://skia.googlecode.com/svn/trunk@3316 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/gpu')
-rw-r--r-- | include/gpu/GrPaint.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gpu/GrPaint.h b/include/gpu/GrPaint.h index 9f220e07a8..827b89024f 100644 --- a/include/gpu/GrPaint.h +++ b/include/gpu/GrPaint.h @@ -172,7 +172,6 @@ public: void resetColorFilter() { fColorFilterXfermode = SkXfermode::kDst_Mode; fColorFilterColor = GrColorPackRGBA(0xff, 0xff, 0xff, 0xff); - memset(fColorMatrix, 0, sizeof(fColorMatrix)); fColorMatrixEnabled = false; } |