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

Unified Diff: mojo/gpu/mojo_context_support.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/gl_texture.cc ('k') | mojo/gpu/mojo_context_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/gpu/mojo_context_support.h
diff --git a/mojo/gpu/mojo_context_support.h b/mojo/gpu/mojo_context_support.h
index 1c33dd73bde81510c61315a9b6941b2f6fa18540..4f9c77f40d02f03fc465115cf4313139f61d8e19 100644
--- a/mojo/gpu/mojo_context_support.h
+++ b/mojo/gpu/mojo_context_support.h
@@ -7,13 +7,13 @@
#include "base/macros.h"
#include "gpu/command_buffer/client/context_support.h"
-#include "mojo/public/c/gles2/gles2.h"
+#include "mojo/public/c/gpu/MGL/mgl.h"
namespace mojo {
class MojoContextSupport : public gpu::ContextSupport {
public:
- explicit MojoContextSupport(MojoGLES2Context context);
+ explicit MojoContextSupport(MGLContext context);
~MojoContextSupport() override;
// gpu::ContextSupport implementation.
@@ -32,7 +32,7 @@ class MojoContextSupport : public gpu::ContextSupport {
void RetireSyncPointCHROMIUM(uint32 sync_point) override;
private:
- MojoGLES2Context context_;
+ MGLContext context_;
DISALLOW_COPY_AND_ASSIGN(MojoContextSupport);
};
}
« no previous file with comments | « mojo/gpu/gl_texture.cc ('k') | mojo/gpu/mojo_context_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698