aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GLProgramsTest.cpp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2014-11-25 14:52:21 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-25 14:52:21 -0800
commit267ce482b54f46097584e0f9350ec74aa6a2cd44 (patch)
treef6e1b86eb0f3a37a81981c774ee8e37cc7b7b514 /tests/GLProgramsTest.cpp
parent7e225bdb1f00ae4aed524ff8d0a61df3d3abb109 (diff)
remove proc key
Diffstat (limited to 'tests/GLProgramsTest.cpp')
-rw-r--r--tests/GLProgramsTest.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp
index a6b2ee397d..f03f3014aa 100644
--- a/tests/GLProgramsTest.cpp
+++ b/tests/GLProgramsTest.cpp
@@ -74,15 +74,10 @@ public:
virtual void emitCode(GrGLFPBuilder* builder,
const GrFragmentProcessor& fp,
- const GrProcessorKey& key,
const char* outputColor,
const char* inputColor,
const TransformedCoordsArray&,
- const TextureSamplerArray&) {
- for (uint32_t i = 0; i < kMaxKeySize; i++) {
- SkASSERT(key.get32(i) == i);
- }
- }
+ const TextureSamplerArray&) {}
static void GenKey(const GrProcessor& processor, const GrGLCaps&, GrProcessorKeyBuilder* b) {
for (uint32_t i = 0; i < kMaxKeySize; i++) {