aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl/GrGLExtensions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/gl/GrGLExtensions.h')
-rw-r--r--include/gpu/gl/GrGLExtensions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gpu/gl/GrGLExtensions.h b/include/gpu/gl/GrGLExtensions.h
index cda0796d42..d64a268a46 100644
--- a/include/gpu/gl/GrGLExtensions.h
+++ b/include/gpu/gl/GrGLExtensions.h
@@ -42,8 +42,8 @@ public:
GrGLGetStringProc getString,
GrGLGetStringiProc getStringi,
GrGLGetIntegervProc getIntegerv,
- GrEGLQueryStringProc queryString,
- GrEGLDisplay eglDisplay);
+ GrEGLQueryStringProc queryString = nullptr,
+ GrEGLDisplay eglDisplay = nullptr);
bool isInitialized() const { return fInitialized; }