| Index: include/gpu/gl/GrGLInterface.h
|
| diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h
|
| index 31429a8ebc98007faed0cb42aedf1103c9bdb293..ec27ace81f4214b304d5c2bb20f7ddbb1a560613 100644
|
| --- a/include/gpu/gl/GrGLInterface.h
|
| +++ b/include/gpu/gl/GrGLInterface.h
|
| @@ -498,8 +498,8 @@
|
| GLPtr<GrGLObjectLabelProc> fObjectLabel;
|
|
|
| /* EGL functions */
|
| - GLPtr<GrEGLCreateImageProc> fEGLCreateImage;
|
| - GLPtr<GrEGLDestroyImageProc> fEGLDestroyImage;
|
| + GLPtr<GrEGLCreateImageProc> fCreateImage;
|
| + GLPtr<GrEGLDestroyImageProc> fDestroyImage;
|
| } fFunctions;
|
|
|
| // Per-GL func callback
|
|
|