| Index: include/gpu/gl/GrGLInterface.h
|
| diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h
|
| index 231702d5c5f131da97602d49000d7b91c87ecc7c..368d19ca518c0dc97b4e270fce19dddbad7853b5 100644
|
| --- a/include/gpu/gl/GrGLInterface.h
|
| +++ b/include/gpu/gl/GrGLInterface.h
|
| @@ -348,6 +348,8 @@ public:
|
| // NV_path_rendering v1.3
|
| GLPtr<GrGLProgramPathFragmentInputGenProc> fProgramPathFragmentInputGen;
|
| GLPtr<GrGLPathMemoryGlyphIndexArrayProc> fPathMemoryGlyphIndexArray;
|
| + // NV_framebuffer_mixed_samples
|
| + GLPtr<GrGLCoverageModulationProc> fCoverageModulation;
|
| } fFunctions;
|
|
|
| // Per-GL func callback
|
|
|