| Index: src/gpu/gl/GrGLProgram.h
|
| diff --git a/src/gpu/gl/GrGLProgram.h b/src/gpu/gl/GrGLProgram.h
|
| index 117d5a2a533d152615e38961ff12a9c37b311bda..72fa9b01a01c3becf88509c7464c94c008e131cf 100644
|
| --- a/src/gpu/gl/GrGLProgram.h
|
| +++ b/src/gpu/gl/GrGLProgram.h
|
| @@ -99,14 +99,14 @@ public:
|
| protected:
|
| typedef GrGLSLProgramDataManager::UniformHandle UniformHandle;
|
| typedef GrGLProgramDataManager::UniformInfoArray UniformInfoArray;
|
| - typedef GrGLProgramDataManager::SeparableVaryingInfoArray SeparableVaryingInfoArray;
|
| + typedef GrGLProgramDataManager::VaryingInfoArray VaryingInfoArray;
|
|
|
| GrGLProgram(GrGLGpu*,
|
| const GrProgramDesc&,
|
| const BuiltinUniformHandles&,
|
| GrGLuint programID,
|
| const UniformInfoArray&,
|
| - const SeparableVaryingInfoArray&,
|
| + const VaryingInfoArray&, // used for NVPR only currently
|
| GrGLInstalledGeoProc* geometryProcessor,
|
| GrGLInstalledXferProc* xferProcessor,
|
| GrGLInstalledFragProcs* fragmentProcessors,
|
|
|