aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-05-03 10:52:00 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-03 15:46:55 +0000
commita9e241d357641493ba1908cd36cf43d16490421b (patch)
tree74166d93910ab878afec692d3b332790f65bb5d3 /BUILD.gn
parent9d5f66d9c21eda7d3e2ed47654180c0c4b6e38b1 (diff)
drawfilter is legacy-guarded, no need for deprecated
Bug: skia: Change-Id: Ic8dbe9aa043bd793e49975f5b6f08a0ac38e4faa Reviewed-on: https://skia-review.googlesource.com/15185 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn5
1 files changed, 1 insertions, 4 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 76cfbd295f..539767aa99 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -139,10 +139,7 @@ config("skia_private") {
"third_party/gif",
]
- defines = [
- "SK_GAMMA_APPLY_TO_A8",
- "SK_INTERNAL",
- ]
+ defines = [ "SK_GAMMA_APPLY_TO_A8" ]
if (is_android) {
defines += [
"SK_GAMMA_EXPONENT=1.4",