| Index: src/gpu/gl/GrGLAssembleInterface.cpp
|
| diff --git a/src/gpu/gl/GrGLAssembleInterface.cpp b/src/gpu/gl/GrGLAssembleInterface.cpp
|
| index 93d49556b193d514fd06c95b0736f912075b34c4..3a748b24fee09922c4c5bc0a0b7ac2382fb3e827 100644
|
| --- a/src/gpu/gl/GrGLAssembleInterface.cpp
|
| +++ b/src/gpu/gl/GrGLAssembleInterface.cpp
|
| @@ -775,6 +775,9 @@ const GrGLInterface* GrGLAssembleGLESInterface(void* ctx, GrGLGetProc get) {
|
| if (extensions.has("GL_NV_framebuffer_mixed_samples")) {
|
| GET_PROC_SUFFIX(CoverageModulation, NV);
|
| }
|
| + if (extensions.has("GL_CHROMIUM_framebuffer_mixed_samples")) {
|
| + GET_PROC_SUFFIX(CoverageModulation, CHROMIUM);
|
| + }
|
|
|
| if (version >= GR_GL_VER(3,0) || extensions.has("GL_EXT_draw_instanced")) {
|
| GET_PROC(DrawArraysInstanced);
|
|
|