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

Unified Diff: mojo/gpu/gl_context.h

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 6 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/go/go.py ('k') | mojo/services/view_manager/public/cpp/lib/view_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/gpu/gl_context.h
diff --git a/mojo/gpu/gl_context.h b/mojo/gpu/gl_context.h
index 2a8f866975d75a0e66dc46932d5792868648e2c6..79ef518552bdb5c775ca10c354a1ba09bcbbdd07 100644
--- a/mojo/gpu/gl_context.h
+++ b/mojo/gpu/gl_context.h
@@ -49,7 +49,7 @@ class GLContext {
MojoGLES2Context context_;
gpu::gles2::GLES2Interface* gl_;
- ObserverList<Observer> observers_;
+ base::ObserverList<Observer> observers_;
base::WeakPtrFactory<GLContext> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(GLContext);
« no previous file with comments | « mojo/go/go.py ('k') | mojo/services/view_manager/public/cpp/lib/view_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698