| Index: gpu/gles2_conform_support/native/egl_native_x11.cc
|
| diff --git a/gpu/gles2_conform_support/native/egl_native_x11.cc b/gpu/gles2_conform_support/native/egl_native_x11.cc
|
| index 3cb6895c880415155263433e0d5014c7f5b73fef..7e4c4236259072ba15a4a539884e6cab1df3677e 100644
|
| --- a/gpu/gles2_conform_support/native/egl_native_x11.cc
|
| +++ b/gpu/gles2_conform_support/native/egl_native_x11.cc
|
| @@ -9,7 +9,7 @@ extern "C" {
|
| #if defined(GLES2_CONFORM_SUPPORT_ONLY)
|
| #include "gpu/gles2_conform_support/gtf/gtf_stubs.h"
|
| #else
|
| -#include "third_party/gles2_conform/GTF_ES/glsl/GTF/Source/eglNative.h"
|
| +#include "third_party/gles2_conform/GTF_ES/glsl/GTF/Source/eglNative.h" // nogncheck
|
| #endif
|
|
|
| EGLImageKHR GTFCreateEGLImage(int width, int height,
|
|
|