| Index: src/gpu/GrGpuFactory.cpp
|
| diff --git a/src/gpu/GrGpuFactory.cpp b/src/gpu/GrGpuFactory.cpp
|
| index a3c8eba45299623d827b27654450db714aa9310d..ebe464de8d0cffffacb2e812977c29330a4bbc57 100644
|
| --- a/src/gpu/GrGpuFactory.cpp
|
| +++ b/src/gpu/GrGpuFactory.cpp
|
| @@ -29,7 +29,7 @@ GrGpu* GrGpu::Create(GrBackend backend, GrBackendContext backendContext, GrConte
|
| glInterfaceUnref.reset(glInterface);
|
| }
|
| if (NULL == glInterface) {
|
| -#if GR_DEBUG
|
| +#if SK_DEBUG
|
| GrPrintf("No GL interface provided!\n");
|
| #endif
|
| return NULL;
|
|
|