aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl/GrGLExtensions.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-11-16 08:28:21 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-16 08:28:21 -0800
commita779ef16777ba64aa0d28c003992a3f38e0952f6 (patch)
tree258a218cf0a4e7f5d8c89be6ca944698563463e9 /include/gpu/gl/GrGLExtensions.h
parentb5002394d141c4adbf4d7c5e39c1d23363f501e3 (diff)
Fix for chrome's skia gl bindings code.
TBR=egdaniel@google.com NOTRY=true Review URL: https://codereview.chromium.org/1451743002
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; }