| Index: src/gpu/gl/GrGpuGL.cpp
|
| diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp
|
| index 2e325d486b1eb97b1cc62b6d0279a4f8313de572..c17deeff4fc335448d76677347ed91a2f39143e3 100644
|
| --- a/src/gpu/gl/GrGpuGL.cpp
|
| +++ b/src/gpu/gl/GrGpuGL.cpp
|
| @@ -140,7 +140,7 @@ GrGpuGL::GrGpuGL(const GrGLContext& ctx, GrContext* context)
|
| GrPrintf("------ EXTENSIONS\n");
|
| ctx.info().extensions().print();
|
| GrPrintf("\n");
|
| - ctx.info().caps()->print();
|
| + GrPrintf(ctx.info().caps()->dump().c_str());
|
| }
|
|
|
| fProgramCache = SkNEW_ARGS(ProgramCache, (this));
|
|
|