Index: src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp |
diff --git a/src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp b/src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp |
index 4f26c06afe865786b8a48d312e092004f61716a4..51e461a0d808f4f88072b987fe6dea1f446e0531 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); |