diff options
author | reed <reed@google.com> | 2015-03-24 10:04:38 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-24 10:04:38 -0700 |
commit | 816d6c78a524268bd171db87ec16bd30f8dd8bbe (patch) | |
tree | 31e4f811077328ca2ce37436c0f5c1f545fe6c37 | |
parent | 4b65059e6eea7d90ff3547e4656f7659d3815dc4 (diff) |
enable color-matrix-floats again, watching arm64 bots
BUG=skia:
TBR=mtklein@google.com
Review URL: https://codereview.chromium.org/1035493002
-rw-r--r-- | src/effects/SkColorMatrixFilter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/effects/SkColorMatrixFilter.cpp b/src/effects/SkColorMatrixFilter.cpp index 3bdda61187..319617016c 100644 --- a/src/effects/SkColorMatrixFilter.cpp +++ b/src/effects/SkColorMatrixFilter.cpp @@ -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) |