aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ICCTest.cpp
diff options
context:
space:
mode:
authorGravatar Matt Sarett <msarett@google.com>2017-03-24 10:06:03 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-24 17:11:26 +0000
commitf3880933092c3226cd7ffd1690fe72c9c0cc376c (patch)
tree893a45cb711edc327e1a450f1ce3cb2974a42528 /tests/ICCTest.cpp
parent70288c0a9179f308fc7de1b07899baef4446e444 (diff)
Delete SkColorSpace::ColorSpaceFlags
BUG=skia: Change-Id: Ia0688876915cd773614ca0c4ccd467cf6e7c603e Reviewed-on: https://skia-review.googlesource.com/10105 Commit-Queue: Matt Sarett <msarett@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
Diffstat (limited to 'tests/ICCTest.cpp')
-rw-r--r--tests/ICCTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ICCTest.cpp b/tests/ICCTest.cpp
index e2f845c711..5d541bdc27 100644
--- a/tests/ICCTest.cpp
+++ b/tests/ICCTest.cpp
@@ -161,7 +161,7 @@ public:
static sk_sp<SkICC> MakeICC(sk_sp<SkGammas> gammas) {
return MakeICC(sk_sp<SkColorSpace>(new SkColorSpace_XYZ(
kNonStandard_SkGammaNamed, std::move(gammas),
- SkMatrix44(SkMatrix44::kIdentity_Constructor), nullptr, 0 /* flags */)));
+ SkMatrix44(SkMatrix44::kIdentity_Constructor), nullptr)));
}
};