| Index: gpu/gles2_conform_support/native/egl_native.cc
|
| diff --git a/gpu/gles2_conform_support/native/egl_native.cc b/gpu/gles2_conform_support/native/egl_native.cc
|
| index bf8c7719b9615a16c39087da9ac3f455d061ff9b..a61cb9cead97dd8ad0549ee40db57d3225fc52a5 100644
|
| --- a/gpu/gles2_conform_support/native/egl_native.cc
|
| +++ b/gpu/gles2_conform_support/native/egl_native.cc
|
| @@ -6,7 +6,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 GTFNativeCreatePixmap(EGLNativeDisplayType nativeDisplay,
|
|
|