enable color-matrix-floats again, watching arm64 bots

BUG=skia:
TBR=mtklein@google.com

Review URL: https://codereview.chromium.org/1035493002
This commit is contained in:
reed 2015-03-24 10:04:38 -07:00 committed by Commit bot
parent 4b65059e6e
commit 816d6c78a5

View File

@ -14,8 +14,6 @@
#include "SkUnPreMultiply.h"
#include "SkString.h"
#define SK_SUPPORT_LEGACY_INT_COLORMATRIX
#define SK_PMORDER_INDEX_A (SK_A32_SHIFT / 8)
#define SK_PMORDER_INDEX_R (SK_R32_SHIFT / 8)
#define SK_PMORDER_INDEX_G (SK_G32_SHIFT / 8)