aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/SRGBTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SRGBTest.cpp')
-rw-r--r--tests/SRGBTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SRGBTest.cpp b/tests/SRGBTest.cpp
index 4a519ca55b..fc02f7d96c 100644
--- a/tests/SRGBTest.cpp
+++ b/tests/SRGBTest.cpp
@@ -70,7 +70,7 @@ DEF_TEST(sk_pipeline_srgb_edge_cases, r) {
void* dst = &color;
SkRasterPipeline_<256> p;
- p.append(SkRasterPipeline::constant_color, &color);
+ p.append(SkRasterPipeline::uniform_color, &color);
p.append(SkRasterPipeline::to_srgb);
p.append(SkRasterPipeline::store_f32, &dst);
p.run(0,0,4);