| Index: gpu/gles2_conform_support/native/egl_native_windowless.cc
|
| diff --git a/gpu/gles2_conform_support/native/egl_native_windowless.cc b/gpu/gles2_conform_support/native/egl_native_windowless.cc
|
| index 222e4f6b87a59305fa4f2e70e17bf5213494372a..725d0a05083fb76380e5a9e0bb471925404af07d 100644
|
| --- a/gpu/gles2_conform_support/native/egl_native_windowless.cc
|
| +++ b/gpu/gles2_conform_support/native/egl_native_windowless.cc
|
| @@ -8,7 +8,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
|
|
|
| GTFbool GTFNativeCreateDisplay(EGLNativeDisplayType *pNativeDisplay) {
|
|
|