Chromium Code Reviews

Side by Side Diff: mojo/tools/roll/third_party_khronos.patch

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « mojo/tools/roll/mojo_services_network.patch ('k') | net/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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"
OLDNEW
« no previous file with comments | « mojo/tools/roll/mojo_services_network.patch ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine