From 374a4c3b744e8c77455efa73b139950136f7b374 Mon Sep 17 00:00:00 2001 From: reed Date: Mon, 23 Mar 2015 18:52:57 -0700 Subject: Revert of impl colormatrix w/ floats (patchset #7 id:120001 of https://codereview.chromium.org/967943002/) Reason for revert: Arm64 seems to be having glitches :( See gm:colormatrix on Arm64/TegraK1/Nexus9 last square should be all white, but it has stripes Original issue's description: > impl colormatrix w/ floats > > this needs to land first https://codereview.chromium.org/1031713003 > > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/7971def11be91ed08eae7107b372322d24e67544 TBR=mtklein@google.com,caryclark@google.com,reed@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/1030743003 --- include/effects/SkColorMatrix.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/effects/SkColorMatrix.h') diff --git a/include/effects/SkColorMatrix.h b/include/effects/SkColorMatrix.h index a38585c123..7ac457900b 100644 --- a/include/effects/SkColorMatrix.h +++ b/include/effects/SkColorMatrix.h @@ -12,10 +12,7 @@ class SK_API SkColorMatrix { public: - enum { - kCount = 20 - }; - SkScalar fMat[kCount]; + SkScalar fMat[20]; enum Elem { kR_Scale = 0, -- cgit v1.2.3