| Index: src/gpu/gl/GrGpuGL.cpp
|
| diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp
|
| index 071d49de5025e754a980257dfe51bc927c98e6f1..ec9c8d6fab7e3ea5bebf77280966d68fe1b7851f 100644
|
| --- a/src/gpu/gl/GrGpuGL.cpp
|
| +++ b/src/gpu/gl/GrGpuGL.cpp
|
| @@ -138,7 +138,9 @@ GrGpuGL::GrGpuGL(const GrGLContext& ctx, GrContext* context)
|
| GrPrintf("------ RENDERER %s\n", renderer);
|
| GrPrintf("------ VERSION %s\n", version);
|
| GrPrintf("------ EXTENSIONS\n");
|
| - ctx.extensions().print();
|
| +#if 0 // TODO: Reenable this after GrGLInterface's extensions can be accessed safely.
|
| + ctx.extensions().print();
|
| +#endif
|
| GrPrintf("\n");
|
| GrPrintf(this->glCaps().dump().c_str());
|
| }
|
|
|