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

Unified Diff: mojo/gpu/mojo_gles2_impl_autogen.h

Issue 1310003004: Convert surfaces/service and dependents to MGL (Closed) Base URL: git@github.com:domokit/mojo.git@mgl_signal_sync_point
Patch Set: Created 5 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/gpu/mojo_context_support.cc ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/gpu/mojo_gles2_impl_autogen.h
diff --git a/mojo/gpu/mojo_gles2_impl_autogen.h b/mojo/gpu/mojo_gles2_impl_autogen.h
index 538ec2830e845c4f573dcfd8dd199d1bdc2bf263..f36d5e1728e3bf96777c5180c685a71a8be56017 100644
--- a/mojo/gpu/mojo_gles2_impl_autogen.h
+++ b/mojo/gpu/mojo_gles2_impl_autogen.h
@@ -14,13 +14,13 @@
#define MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_
#include "gpu/command_buffer/client/gles2_interface.h"
-#include "mojo/public/c/gles2/gles2.h"
+#include "mojo/public/c/gpu/MGL/mgl.h"
namespace mojo {
class MojoGLES2Impl : public gpu::gles2::GLES2Interface {
public:
- explicit MojoGLES2Impl(MojoGLES2Context context) { context_ = context; }
+ explicit MojoGLES2Impl(MGLContext context) { context_ = context; }
~MojoGLES2Impl() override {}
void ActiveTexture(GLenum texture) override;
void AttachShader(GLuint program, GLuint shader) override;
@@ -750,7 +750,7 @@ class MojoGLES2Impl : public gpu::gles2::GLES2Interface {
void BlendBarrierKHR() override;
private:
- MojoGLES2Context context_;
+ MGLContext context_;
};
} // namespace mojo
« no previous file with comments | « mojo/gpu/mojo_context_support.cc ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698