Chromium Code Reviews| Index: ui/gl/gl_context_glx.cc |
| diff --git a/ui/gl/gl_context_glx.cc b/ui/gl/gl_context_glx.cc |
| index b895548e95cc4069a50ba5e789ac6891e71be5f2..4ddfa314dc176495c6fcf93c9873cea4a4b0044c 100644 |
| --- a/ui/gl/gl_context_glx.cc |
| +++ b/ui/gl/gl_context_glx.cc |
| @@ -179,6 +179,7 @@ bool GLContextGLX::MakeCurrent(GLSurface* surface) { |
| return false; |
| } |
| + DCHECK(IsCurrent(surface)); |
|
Fady Samuel
2012/07/06 15:14:44
Is this necessary? Presumably this was used for de
|
| return true; |
| } |