aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkColorMatrix.h
diff options
context:
space:
mode:
authorGravatar reed <reed@chromium.org>2015-03-23 18:52:57 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-23 18:52:57 -0700
commit374a4c3b744e8c77455efa73b139950136f7b374 (patch)
treef015e15a2305bed415e2e2f87aee18d287256b4e /include/effects/SkColorMatrix.h
parent7971def11be91ed08eae7107b372322d24e67544 (diff)
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
Diffstat (limited to 'include/effects/SkColorMatrix.h')
-rw-r--r--include/effects/SkColorMatrix.h5
1 files changed, 1 insertions, 4 deletions
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,