| Index: src/gpu/gl/GrGLProgramDesc.h
|
| diff --git a/src/gpu/gl/GrGLProgramDesc.h b/src/gpu/gl/GrGLProgramDesc.h
|
| index e91dbe0950716514e52389a5474843ae403dfe19..8cee707dbcbef4082ff557bb0ba262945c875be5 100644
|
| --- a/src/gpu/gl/GrGLProgramDesc.h
|
| +++ b/src/gpu/gl/GrGLProgramDesc.h
|
| @@ -201,14 +201,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,
|
| + bool useExplicitLocalCoords, GrEffectKeyBuilder* b,
|
| + uint16_t* effectKeySize);
|
|
|
| void finalize();
|
|
|
|
|