aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLInterface.cpp')
-rw-r--r--src/gpu/gl/GrGLInterface.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/gl/GrGLInterface.cpp b/src/gpu/gl/GrGLInterface.cpp
index f1be64fc34..6fcd6ab578 100644
--- a/src/gpu/gl/GrGLInterface.cpp
+++ b/src/gpu/gl/GrGLInterface.cpp
@@ -38,7 +38,7 @@ bool GrGLInterface::validate(GrGLBinding binding) const {
if (0 == (binding & fBindingsExported)) {
return false;
}
-
+
GrGLExtensions extensions;
if (!extensions.init(binding, this)) {
return false;
@@ -342,7 +342,7 @@ bool GrGLInterface::validate(GrGLBinding binding) const {
return false;
}
}
-
+
if (kDesktop_GrGLBinding == binding && glVer >= GR_GL_VER(3, 0)) {
if (NULL == fGetStringi) {
return false;