| Index: src/gpu/gl/GrGpuGL_program.cpp
|
| diff --git a/src/gpu/gl/GrGpuGL_program.cpp b/src/gpu/gl/GrGpuGL_program.cpp
|
| index 7576af6215f0111deb12151a8efc8842f7c58599..8a3444e508f364333c29094aa281d2fa45ca3a28 100644
|
| --- a/src/gpu/gl/GrGpuGL_program.cpp
|
| +++ b/src/gpu/gl/GrGpuGL_program.cpp
|
| @@ -12,8 +12,10 @@
|
| #include "SkRTConf.h"
|
| #include "SkTSearch.h"
|
|
|
| +#ifdef PROGRAM_CACHE_STATS
|
| SK_CONF_DECLARE(bool, c_DisplayCache, "gpu.displayCache", false,
|
| "Display program cache usage.");
|
| +#endif
|
|
|
| typedef GrGLUniformManager::UniformHandle UniformHandle;
|
|
|
|
|