commit | 0e08fc17e4718f7ce4e38f793695896473e96948 | [log] [tgz] |
---|---|---|
author | bsalomon <bsalomon@google.com> | Wed Oct 15 08:19:04 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Oct 15 08:19:04 2014 -0700 |
tree | e89b11a1a25f424312959368c7697883cea2155e | |
parent | 157f36d358814a2235aa6284b78a67b725076063 [diff] [blame] |
Push isEqual/onIsEqual down from GrProcessor to subclasses. R=joshualitt@google.com Review URL: https://codereview.chromium.org/654273002
diff --git a/src/gpu/GrAAConvexPathRenderer.cpp b/src/gpu/GrAAConvexPathRenderer.cpp index 9e16177..00f886c 100644 --- a/src/gpu/GrAAConvexPathRenderer.cpp +++ b/src/gpu/GrAAConvexPathRenderer.cpp
@@ -584,7 +584,7 @@ GrShaderVar::kAttribute_TypeModifier))) { } - virtual bool onIsEqual(const GrProcessor& other) const SK_OVERRIDE { + virtual bool onIsEqual(const GrGeometryProcessor& other) const SK_OVERRIDE { return true; }