Index: src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp |
diff --git a/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp b/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp |
index ca5194df186e782fcb8d58c7a55d9a14d27c7411..96a38af53919f43ee047e2206581ecd95e717072 100644 |
--- a/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp |
+++ b/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp |
@@ -8,7 +8,6 @@ |
#include "gl/GrGLInterface.h" |
-#include "gl/GrGLExtensions.h" |
#include "../GrGLUtil.h" |
#include <dlfcn.h> |
@@ -241,5 +240,7 @@ const GrGLInterface* GrGLCreateNativeInterface() { |
// ARB extension doesn't use the ARB suffix on the function name |
GET_PROC(BindFragDataLocationIndexed); |
} |
+ |
+ interface->fExtensions.swap(&extensions); |
return interface; |
} |