| Index: src/gpu/gl/GrGLInterface.cpp
|
| diff --git a/src/gpu/gl/GrGLInterface.cpp b/src/gpu/gl/GrGLInterface.cpp
|
| index da3c656c18c36f16c51c96a7d72f962baafb20a2..c6c846abf8ca59cee2d6f5a4f090d2271d2364d9 100644
|
| --- a/src/gpu/gl/GrGLInterface.cpp
|
| +++ b/src/gpu/gl/GrGLInterface.cpp
|
| @@ -727,8 +727,8 @@
|
| }
|
|
|
| if (fExtensions.has("EGL_KHR_image") || fExtensions.has("EGL_KHR_image_base")) {
|
| - if (nullptr == fFunctions.fEGLCreateImage ||
|
| - nullptr == fFunctions.fEGLDestroyImage) {
|
| + if (nullptr == fFunctions.fCreateImage ||
|
| + nullptr == fFunctions.fDestroyImage) {
|
| RETURN_FALSE_INTERFACE
|
| }
|
| }
|
|
|