Index: ui/gl/gl_context_stub.cc |
diff --git a/ui/gl/gl_context_stub.cc b/ui/gl/gl_context_stub.cc |
index 5a55087c5361723085b6b2e5028b5e5615201fe4..3cc025e1d425ddce70a51937266426aa60605202 100644 |
--- a/ui/gl/gl_context_stub.cc |
+++ b/ui/gl/gl_context_stub.cc |
@@ -7,6 +7,8 @@ |
namespace gfx { |
GLContextStub::GLContextStub() : GLContextReal(nullptr) {} |
+GLContextStub::GLContextStub(GLShareGroup* share_group) |
+ : GLContextReal(share_group) {} |
bool GLContextStub::Initialize( |
GLSurface* compatible_surface, GpuPreference gpu_preference) { |