Index: ui/gl/gl_context.h |
diff --git a/ui/gl/gl_context.h b/ui/gl/gl_context.h |
index ba921e3d79c03e7ee22aedaac2953ec0669a7267..40ffcdf37558cae707b19c5a23ad490f739f07c1 100644 |
--- a/ui/gl/gl_context.h |
+++ b/ui/gl/gl_context.h |
@@ -157,7 +157,7 @@ class GL_EXPORT GLContext : public base::RefCounted<GLContext> { |
// Initialize function pointers to functions where the bound version depends |
// on GL version or supported extensions. Should be called immediately after |
// this context is made current. |
- bool InitializeDynamicBindings(); |
+ void InitializeDynamicBindings(); |
// Returns the last real (non-virtual) GLContext made current. |
static GLContext* GetRealCurrent(); |