From 2240be96d97b5ac0886381d74a21f1e2a0928f55 Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Wed, 18 Oct 2017 13:15:13 -0400 Subject: Remove color space xform from GrTextureDomain & GrSimpleTextureEffect Bug: skia: Change-Id: I31435d334da28cce9bbc654c4b98746b03078897 Reviewed-on: https://skia-review.googlesource.com/61460 Reviewed-by: Brian Salomon Commit-Queue: Brian Osman --- tests/ProcessorTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ProcessorTest.cpp') diff --git a/tests/ProcessorTest.cpp b/tests/ProcessorTest.cpp index ba90dc2ca6..9acf185b9b 100644 --- a/tests/ProcessorTest.cpp +++ b/tests/ProcessorTest.cpp @@ -329,7 +329,7 @@ static GrColor4f input_texel_color4f(int i, int j) { void test_draw_op(GrRenderTargetContext* rtc, std::unique_ptr fp, sk_sp inputDataProxy) { GrPaint paint; - paint.addColorTextureProcessor(std::move(inputDataProxy), nullptr, SkMatrix::I()); + paint.addColorTextureProcessor(std::move(inputDataProxy), SkMatrix::I()); paint.addColorFragmentProcessor(std::move(fp)); paint.setPorterDuffXPFactory(SkBlendMode::kSrc); -- cgit v1.2.3