| Index: src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp
|
| diff --git a/src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp b/src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp
|
| index e4f5467842c3c3f3d72e3ddc9975592b5dc86c69..2642294d9194e5e8a7ea885d5522bfb27803b7f7 100644
|
| --- a/src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp
|
| +++ b/src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp
|
| @@ -12,7 +12,7 @@
|
|
|
| #define WIN32_LEAN_AND_MEAN
|
| #include <windows.h>
|
| -#include "EGL/egl.h"
|
| +#include <EGL/egl.h>
|
|
|
| static GrGLFuncPtr angle_get_gl_proc(void* ctx, const char name[]) {
|
| GrGLFuncPtr proc = (GrGLFuncPtr) GetProcAddress((HMODULE)ctx, name);
|
|
|