Remove color space xform from GrTextureDomain & GrSimpleTextureEffect

Bug: skia:
Change-Id: I31435d334da28cce9bbc654c4b98746b03078897
Reviewed-on: https://skia-review.googlesource.com/61460
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
diff --git a/gm/texdata.cpp b/gm/texdata.cpp
index 4f0a0b1..4b63e2e 100644
--- a/gm/texdata.cpp
+++ b/gm/texdata.cpp
@@ -117,7 +117,7 @@
         } else {
             vm.reset();
         }
-        paint.addColorTextureProcessor(tContext->asTextureProxyRef(), nullptr, vm);
+        paint.addColorTextureProcessor(tContext->asTextureProxyRef(), vm);
 
         renderTargetContext->drawRect(clip, GrPaint::Clone(paint), GrAA::kNo, vm,
                                       SkRect::MakeWH(2 * S, 2 * S));