diff options
| author | bsalomon <bsalomon@google.com> | 2014-10-15 08:19:04 -0700 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2014-10-15 08:19:04 -0700 |
| commit | 0e08fc17e4718f7ce4e38f793695896473e96948 (patch) | |
| tree | e89b11a1a25f424312959368c7697883cea2155e /tests/GLProgramsTest.cpp | |
| parent | 157f36d358814a2235aa6284b78a67b725076063 (diff) | |
Push isEqual/onIsEqual down from GrProcessor to subclasses.
R=joshualitt@google.com
Review URL: https://codereview.chromium.org/654273002
Diffstat (limited to 'tests/GLProgramsTest.cpp')
| -rw-r--r-- | tests/GLProgramsTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp index cf3d90cbca..16e4a1cb05 100644 --- a/tests/GLProgramsTest.cpp +++ b/tests/GLProgramsTest.cpp @@ -48,7 +48,7 @@ public: private: BigKeyProcessor() { } - virtual bool onIsEqual(const GrProcessor&) const SK_OVERRIDE { return true; } + virtual bool onIsEqual(const GrFragmentProcessor&) const SK_OVERRIDE { return true; } virtual void onComputeInvariantOutput(InvariantOutput* inout) const SK_OVERRIDE { } GR_DECLARE_FRAGMENT_PROCESSOR_TEST; |
