aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrCustomCoordsTextureEffect.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-10-15 08:19:04 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-15 08:19:04 -0700
commit0e08fc17e4718f7ce4e38f793695896473e96948 (patch)
treee89b11a1a25f424312959368c7697883cea2155e /src/gpu/effects/GrCustomCoordsTextureEffect.h
parent157f36d358814a2235aa6284b78a67b725076063 (diff)
Push isEqual/onIsEqual down from GrProcessor to subclasses.
R=joshualitt@google.com Review URL: https://codereview.chromium.org/654273002
Diffstat (limited to 'src/gpu/effects/GrCustomCoordsTextureEffect.h')
-rw-r--r--src/gpu/effects/GrCustomCoordsTextureEffect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/effects/GrCustomCoordsTextureEffect.h b/src/gpu/effects/GrCustomCoordsTextureEffect.h
index 0a6af7d4b4..3010ba245f 100644
--- a/src/gpu/effects/GrCustomCoordsTextureEffect.h
+++ b/src/gpu/effects/GrCustomCoordsTextureEffect.h
@@ -37,7 +37,7 @@ public:
private:
GrCustomCoordsTextureEffect(GrTexture* texture, const GrTextureParams& params);
- virtual bool onIsEqual(const GrProcessor& other) const SK_OVERRIDE;
+ virtual bool onIsEqual(const GrGeometryProcessor& other) const SK_OVERRIDE;
virtual void onComputeInvariantOutput(InvariantOutput* inout) const SK_OVERRIDE;