aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-03-24 10:04:38 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-24 10:04:38 -0700
commit816d6c78a524268bd171db87ec16bd30f8dd8bbe (patch)
tree31e4f811077328ca2ce37436c0f5c1f545fe6c37 /src
parent4b65059e6eea7d90ff3547e4656f7659d3815dc4 (diff)
enable color-matrix-floats again, watching arm64 bots
BUG=skia: TBR=mtklein@google.com Review URL: https://codereview.chromium.org/1035493002
Diffstat (limited to 'src')
-rw-r--r--src/effects/SkColorMatrixFilter.cpp2
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)