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

Unified Diff: mojo/gpu/gl_context_owner.h

Issue 759763002: Fix DCHECK(gr_texture) when running test_sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | mojo/skia/ganesh_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/gpu/gl_context_owner.h
diff --git a/mojo/gpu/gl_context_owner.h b/mojo/gpu/gl_context_owner.h
index 2f59f843da28b68c938e0b0143e21b79abfbef23..872729a3391f19af8be4d50f257b71c2d31ae036 100644
--- a/mojo/gpu/gl_context_owner.h
+++ b/mojo/gpu/gl_context_owner.h
@@ -16,9 +16,7 @@ class GLContextOwner {
explicit GLContextOwner(mojo::Shell* shell);
~GLContextOwner();
- const base::WeakPtr<mojo::GLContext>& context() const {
- return context_;
- }
+ const base::WeakPtr<mojo::GLContext>& context() const { return context_; }
private:
base::WeakPtr<mojo::GLContext> context_;
« no previous file with comments | « no previous file | mojo/skia/ganesh_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698