aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTextureProducer.h
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2017-10-18 10:23:18 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-18 15:24:45 +0000
commit5e34167d53c06c3c4512592bd1477fcf2df97172 (patch)
treeb8fb506c8e6abf763c84a19d28b74cce2a0f4ffa /src/gpu/GrTextureProducer.h
parentbd2c653e8aba1077ac1a5d8fed5cfc304e4095a8 (diff)
Convert more code to use color space xform FP
Special images, image shaders, and all texture producers, as well as bicubic (which simplifies factory call sites). Bug: skia: Change-Id: I3f7c178060f25db8b659fe66e132f5ea066317b1 Reviewed-on: https://skia-review.googlesource.com/61261 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'src/gpu/GrTextureProducer.h')
-rw-r--r--src/gpu/GrTextureProducer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/GrTextureProducer.h b/src/gpu/GrTextureProducer.h
index 24b23b6e17..432e7b35b3 100644
--- a/src/gpu/GrTextureProducer.h
+++ b/src/gpu/GrTextureProducer.h
@@ -13,7 +13,6 @@
#include "SkImageInfo.h"
class GrContext;
-class GrColorSpaceXform;
class GrFragmentProcessor;
class GrTexture;
class GrTextureProxy;
@@ -138,7 +137,6 @@ protected:
static std::unique_ptr<GrFragmentProcessor> CreateFragmentProcessorForDomainAndFilter(
sk_sp<GrTextureProxy> proxy,
- sk_sp<GrColorSpaceXform>,
const SkMatrix& textureMatrix,
DomainMode,
const SkRect& domain,