| Index: mojo/public/platform/native/mgl_echo_thunks.h
|
| diff --git a/mojo/public/platform/native/mgl_echo_thunks.h b/mojo/public/platform/native/mgl_echo_thunks.h
|
| index a2255d5320c92ae6ccbd5593089412f75c163553..df504f61be85ad123890f352cc90999943d964b2 100644
|
| --- a/mojo/public/platform/native/mgl_echo_thunks.h
|
| +++ b/mojo/public/platform/native/mgl_echo_thunks.h
|
| @@ -5,10 +5,9 @@
|
| #ifndef MOJO_PUBLIC_PLATFORM_NATIVE_MGL_ECHO_THUNKS_H_
|
| #define MOJO_PUBLIC_PLATFORM_NATIVE_MGL_ECHO_THUNKS_H_
|
|
|
| +#include <MGL/mgl_echo.h>
|
| #include <stddef.h>
|
|
|
| -#include "mojo/public/c/gpu/MGL/mgl_echo.h"
|
| -
|
| // Structure used to bind the MGL echo interface DSO to those of the embedder.
|
| //
|
| // This is the ABI between the embedder and the DSO. It can only have new
|
|
|