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

Unified Diff: services/surfaces/context_provider_mojo.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 | « services/surfaces/BUILD.gn ('k') | services/surfaces/context_provider_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/surfaces/context_provider_mojo.h
diff --git a/services/surfaces/context_provider_mojo.h b/services/surfaces/context_provider_mojo.h
index 8fad92b5c68f5a8fdeb70c86fd7ad76c566af903..c6fbb13614d32586cff8ffe51b939554a330e5b5 100644
--- a/services/surfaces/context_provider_mojo.h
+++ b/services/surfaces/context_provider_mojo.h
@@ -10,7 +10,7 @@
#include "cc/output/context_provider.h"
#include "gpu/command_buffer/client/gles2_interface.h"
#include "mojo/gpu/mojo_context_support.h"
-#include "mojo/public/c/gles2/gles2.h"
+#include "mojo/public/c/gpu/MGL/mgl.h"
#include "mojo/public/cpp/system/core.h"
namespace mojo {
@@ -52,7 +52,7 @@ class ContextProviderMojo : public cc::ContextProvider {
cc::ContextProvider::Capabilities capabilities_;
ScopedMessagePipeHandle command_buffer_handle_;
- MojoGLES2Context context_;
+ MGLContext context_;
scoped_ptr<MojoGLES2Impl> gles2_impl_;
scoped_ptr<MojoContextSupport> context_support_;
bool context_lost_;
« no previous file with comments | « services/surfaces/BUILD.gn ('k') | services/surfaces/context_provider_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698