| Index: mojo/public/platform/native/mgl_onscreen_thunks.h
|
| diff --git a/mojo/public/platform/native/mgl_onscreen_thunks.h b/mojo/public/platform/native/mgl_onscreen_thunks.h
|
| index 40dcb807d373d88119bb863b387d4226bc54b62a..70cd5412e6737b3fbaeb5f2e92d608ba06860cff 100644
|
| --- a/mojo/public/platform/native/mgl_onscreen_thunks.h
|
| +++ b/mojo/public/platform/native/mgl_onscreen_thunks.h
|
| @@ -5,10 +5,9 @@
|
| #ifndef MOJO_PUBLIC_PLATFORM_NATIVE_MGL_ONSCREEN_THUNKS_H_
|
| #define MOJO_PUBLIC_PLATFORM_NATIVE_MGL_ONSCREEN_THUNKS_H_
|
|
|
| +#include <MGL/mgl_onscreen.h>
|
| #include <stddef.h>
|
|
|
| -#include "mojo/public/c/gpu/MGL/mgl_onscreen.h"
|
| -
|
| // Structure used to bind the interface which manipulates MGL contexts to a
|
| // DSO to theose of the embedder.
|
| //
|
|
|