Index: src/gpu/gl/GrGLProgramDesc.h |
diff --git a/src/gpu/gl/GrGLProgramDesc.h b/src/gpu/gl/GrGLProgramDesc.h |
index 9f30dbbbda0724f1f615176be528df1bda505ebf..d34da65879edb7e8550770c4f77f11c5e8520ad7 100644 |
--- a/src/gpu/gl/GrGLProgramDesc.h |
+++ b/src/gpu/gl/GrGLProgramDesc.h |
@@ -194,14 +194,9 @@ private: |
KeyHeader* header() { return this->atOffset<KeyHeader, kHeaderOffset>(); } |
// Shared code between setRandom() and Build(). |
- static bool GetEffectKeyAndUpdateStats(const GrEffectStage& stage, |
- const GrGLCaps& caps, |
- bool useExplicitLocalCoords, |
- GrEffectKeyBuilder* b, |
- uint16_t* effectKeySize, |
- bool* setTrueIfReadsDst, |
- bool* setTrueIfReadsPos, |
- bool* setTrueIfRequiresVertexShader); |
+ static bool GetEffectKey(const GrEffectStage& stage, const GrGLCaps& caps, |
bsalomon
2014/09/05 15:27:55
yay
|
+ bool useExplicitLocalCoords, GrEffectKeyBuilder* b, |
+ uint16_t* effectKeySize); |
void finalize(); |