Chromium Code Reviews| Index: ui/gl/gl_bindings.h |
| diff --git a/ui/gl/gl_bindings.h b/ui/gl/gl_bindings.h |
| index 74e20fe5f05a3c816acd293e3659160c223471e7..510596a17bb748cf75ca4040b693f7ef16cb9eef 100644 |
| --- a/ui/gl/gl_bindings.h |
| +++ b/ui/gl/gl_bindings.h |
| @@ -225,6 +225,8 @@ typedef uint64 EGLuint64CHROMIUM; |
| namespace gfx { |
| struct GL_EXPORT DriverGL { |
| + DriverGL(); |
| + |
| void InitializeStaticBindings(); |
| void InitializeCustomDynamicBindings(GLContext* context); |
| void InitializeDebugBindings(); |