| Index: src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
|
| diff --git a/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp b/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
|
| index d8c1d76a9a69e271846d1701c4ac99cc4f934607..a120808a3d84c601a47875491b31cb10a29d8099 100644
|
| --- a/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
|
| +++ b/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
|
| @@ -7,7 +7,6 @@
|
| */
|
|
|
|
|
| -#include "gl/GrGLExtensions.h"
|
| #include "gl/GrGLInterface.h"
|
| #include "../GrGLUtil.h"
|
|
|
| @@ -276,6 +275,7 @@ const GrGLInterface* GrGLCreateNativeInterface() {
|
| }
|
|
|
| interface->fStandard = kGL_GrGLStandard;
|
| + interface->fExtensions.swap(&extensions);
|
|
|
| return interface;
|
| } else {
|
|
|