Index: ui/gl/gl_context_stub.h |
diff --git a/ui/gl/gl_context_stub.h b/ui/gl/gl_context_stub.h |
index af519dfe6a2876f289f44a463cce776954e1bed8..58854c850bb83d61d2707e6300011123d721d128 100644 |
--- a/ui/gl/gl_context_stub.h |
+++ b/ui/gl/gl_context_stub.h |
@@ -10,10 +10,13 @@ |
namespace gfx { |
+class GLShareGroup; |
+ |
// A GLContext that does nothing for unit tests. |
class GL_EXPORT GLContextStub : public GLContextReal { |
public: |
GLContextStub(); |
+ explicit GLContextStub(GLShareGroup* share_group); |
// Implement GLContext. |
bool Initialize(GLSurface* compatible_surface, |