OLD | NEW |
(Empty) | |
| 1 diff --git a/third_party/khronos/KHR/khrplatform.h b/third_party/khronos/KHR/khr
platform.h |
| 2 index 026c9c7..ee062de 100644 |
| 3 --- a/third_party/khronos/KHR/khrplatform.h |
| 4 +++ b/third_party/khronos/KHR/khrplatform.h |
| 5 @@ -124,7 +124,7 @@ |
| 6 |
| 7 #undef KHRONOS_APICALL |
| 8 #if defined(GLES2_USE_MOJO) |
| 9 -#include "third_party/mojo/src/mojo/public/c/gles2/gles2_export.h" |
| 10 +#include "mojo/public/c/gles2/gles2_export.h" |
| 11 #define KHRONOS_APICALL MOJO_GLES2_EXPORT |
| 12 #else |
| 13 #include "gpu/command_buffer/client/gles2_c_lib_export.h" |
OLD | NEW |