Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Unified Diff: mojo/public/platform/nacl/mgl_irt.h

Issue 2236083002: Move mojo/public/c/gpu/* to mojo/public/c/include. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: foo Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/platform/nacl/BUILD.gn ('k') | mojo/public/platform/native/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/platform/nacl/mgl_irt.h
diff --git a/mojo/public/platform/nacl/mgl_irt.h b/mojo/public/platform/nacl/mgl_irt.h
index f2bdb5c1f1dc4cbf22ccd7b78a671edf4e521d11..3430ae5a4c0d12a38e8011f3db53df6d9c64f582 100644
--- a/mojo/public/platform/nacl/mgl_irt.h
+++ b/mojo/public/platform/nacl/mgl_irt.h
@@ -5,13 +5,13 @@
#ifndef MOJO_PUBLIC_PLATFORM_NACL_MGL_IRT_H_
#define MOJO_PUBLIC_PLATFORM_NACL_MGL_IRT_H_
-#include "mojo/public/c/gpu/MGL/mgl.h"
-#include "mojo/public/c/gpu/MGL/mgl_onscreen.h"
-#include "mojo/public/c/gpu/MGL/mgl_signal_sync_point.h"
+#include <MGL/mgl.h>
+#include <MGL/mgl_onscreen.h>
+#include <MGL/mgl_signal_sync_point.h>
#define NACL_IRT_MGL_v0_1 "nacl-irt-mgl-0.1"
-// See mojo/public/c/gpu/MGL/mgl.h for documentation.
+// See mojo/public/c/include/MGL/mgl.h for documentation.
struct nacl_irt_mgl {
MGLContext (*MGLCreateContext)(MGLOpenGLAPIVersion version,
MojoHandle command_buffer_handle,
@@ -27,7 +27,7 @@ struct nacl_irt_mgl {
#define NACL_IRT_MGL_ONSCREEN_v0_1 "nacl-irt-mgl-onscreen-0.1"
-// See mojo/public/c/gpu/MGL/mgl_onscreen.h for documentation.
+// See mojo/public/c/include/MGL/mgl_onscreen.h for documentation.
struct nacl_irt_mgl_onscreen {
void (*MGLResizeSurface)(uint32_t width, uint32_t height);
void (*MGLSwapBuffers)(void);
@@ -35,7 +35,7 @@ struct nacl_irt_mgl_onscreen {
#define NACL_IRT_MGL_SIGNAL_SYNC_POINT_v0_1 "nacl-irt-mgl-signal-sync-point-0.1"
-// See mojo/public/c/gpu/MGL/mgl_signal_sync_point.h for documentation.
+// See mojo/public/c/include/MGL/mgl_signal_sync_point.h for documentation.
struct nacl_irt_mgl_signal_sync_point {
void (*MGLSignalSyncPoint)(uint32_t sync_point,
MGLSignalSyncPointCallback callback,
« no previous file with comments | « mojo/public/platform/nacl/BUILD.gn ('k') | mojo/public/platform/native/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698