aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrTextureDomain.h
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-07-10 12:41:25 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-10 17:18:28 +0000
commitbca23b8634e54b779591e72a313f24bc806851d9 (patch)
tree805f037798efc49d39c6c0dbd5fd7c0f85fb9c5b /src/gpu/effects/GrTextureDomain.h
parenta8565e502db3e4c0bcdac04be03751bd8ca99cb1 (diff)
Remove unused ctor in GrTextureDomain
Change-Id: I82b4add39f87133157f94745902df0b3a1a23680 Reviewed-on: https://skia-review.googlesource.com/22063 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'src/gpu/effects/GrTextureDomain.h')
-rw-r--r--src/gpu/effects/GrTextureDomain.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/effects/GrTextureDomain.h b/src/gpu/effects/GrTextureDomain.h
index 5d25b91042..cbc55ecdba 100644
--- a/src/gpu/effects/GrTextureDomain.h
+++ b/src/gpu/effects/GrTextureDomain.h
@@ -53,8 +53,6 @@ public:
* @param index Pass a value >= 0 if using multiple texture domains in the same effect.
* It is used to keep inserted variables from causing name collisions.
*/
- GrTextureDomain(GrTexture*, const SkRect& domain, Mode, int index = -1);
-
GrTextureDomain(GrTextureProxy*, const SkRect& domain, Mode, int index = -1);
const SkRect& domain() const { return fDomain; }