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_; |