| Index: content/gpu/gpu_info_collector.cc
|
| ===================================================================
|
| --- content/gpu/gpu_info_collector.cc (revision 131872)
|
| +++ content/gpu/gpu_info_collector.cc (working copy)
|
| @@ -101,6 +101,10 @@
|
| bool validVideoCardInfo = CollectVideoCardInfo(gpu_info);
|
| bool validDriverInfo = CollectDriverInfoGL(gpu_info);
|
|
|
| + // TODO(kbr): remove once the destruction of a current context automatically
|
| + // clears the current context.
|
| + context->ReleaseCurrent(surface.get());
|
| +
|
| return (validGLVersionInfo && validVideoCardInfo && validDriverInfo);
|
| }
|
|
|
|
|