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

Unified Diff: mojo/gpu/gl_context.h

Issue 845593003: Pass ServiceProvider and ServiceProvider& params in Connect (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: services & exposed_services Created 5 years, 11 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
Index: mojo/gpu/gl_context.h
diff --git a/mojo/gpu/gl_context.h b/mojo/gpu/gl_context.h
index 49d40c2f786fdf92e4e2cf2b79b4ae8d431f7f12..2a8f866975d75a0e66dc46932d5792868648e2c6 100644
--- a/mojo/gpu/gl_context.h
+++ b/mojo/gpu/gl_context.h
@@ -29,7 +29,7 @@ class GLContext {
virtual ~Observer();
};
- static base::WeakPtr<GLContext> Create(mojo::Shell* shell);
+ static base::WeakPtr<GLContext> Create(Shell* shell);
void MakeCurrent();
void Destroy();
@@ -40,7 +40,7 @@ class GLContext {
void RemoveObserver(Observer* observer);
private:
- explicit GLContext(mojo::Shell* shell);
+ explicit GLContext(Shell* shell);
~GLContext();
static void ContextLostThunk(void* self);

Powered by Google App Engine
This is Rietveld 408576698