Index: mojo/gpu/gl_context_owner.h |
diff --git a/mojo/gpu/gl_context_owner.h b/mojo/gpu/gl_context_owner.h |
index 872729a3391f19af8be4d50f257b71c2d31ae036..b25bd69aabbbcd09b46aaa3dfe009dc602183771 100644 |
--- a/mojo/gpu/gl_context_owner.h |
+++ b/mojo/gpu/gl_context_owner.h |
@@ -9,11 +9,13 @@ |
namespace mojo { |
class GLContext; |
+class ApplicationConnector; |
class Shell; |
class GLContextOwner { |
public: |
- explicit GLContextOwner(mojo::Shell* shell); |
+ explicit GLContextOwner(ApplicationConnector* connector); |
+ |
~GLContextOwner(); |
const base::WeakPtr<mojo::GLContext>& context() const { return context_; } |