| Index: include/gpu/gl/GrGLInterface.h
|
| diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h
|
| index b735b8fadf7686138aa1593f676408d5e1bb210a..0603e9e1d6d520ded6cd941c5710a5ca67ce02d9 100644
|
| --- a/include/gpu/gl/GrGLInterface.h
|
| +++ b/include/gpu/gl/GrGLInterface.h
|
| @@ -460,6 +460,9 @@ public:
|
| GrGLFunction<GrGLPopDebugGroupProc> fPopDebugGroup;
|
| GrGLFunction<GrGLObjectLabelProc> fObjectLabel;
|
|
|
| + /* EXT_window_rectangles */
|
| + GrGLFunction<GrGLWindowRectanglesProc> fWindowRectangles;
|
| +
|
| /* EGL functions */
|
| GrGLFunction<GrEGLCreateImageProc> fEGLCreateImage;
|
| GrGLFunction<GrEGLDestroyImageProc> fEGLDestroyImage;
|
|
|