Index: src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp |
diff --git a/src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp b/src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp |
index 524ab091d6c92329bb531b5649ffbbffe8ec3865..709c3ae0186baa20d25d023b3e2508be1fa7cdda 100644 |
--- a/src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp |
+++ b/src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp |
@@ -220,7 +220,10 @@ const GrGLInterface* GrGLCreateMesaInterface() { |
return NULL; |
} |
GR_GL_GET_PROC(BindFragDataLocationIndexed); |
+ |
interface->fStandard = kGL_GrGLStandard; |
+ interface->fExtensions.swap(&extensions); |
+ |
return interface; |
} else { |
return NULL; |