| Index: src/gpu/vk/GrVkPipelineStateCache.cpp
|
| diff --git a/src/gpu/vk/GrVkPipelineStateCache.cpp b/src/gpu/vk/GrVkPipelineStateCache.cpp
|
| index b8335e8e44aa21e5c210be392eef95a568dfe437..5e4013df149de19cef40d20ab07b0637ed981030 100644
|
| --- a/src/gpu/vk/GrVkPipelineStateCache.cpp
|
| +++ b/src/gpu/vk/GrVkPipelineStateCache.cpp
|
| @@ -11,13 +11,12 @@
|
| #include "GrProcessor.h"
|
| #include "GrVkPipelineState.h"
|
| #include "GrVkPipelineStateBuilder.h"
|
| -#include "SkRTConf.h"
|
| #include "glsl/GrGLSLFragmentProcessor.h"
|
| #include "glsl/GrGLSLProgramDataManager.h"
|
|
|
| #ifdef GR_PIPELINE_STATE_CACHE_STATS
|
| -SK_CONF_DECLARE(bool, c_DisplayVkPipelineCache, "gpu.displayyVkPipelineCache", false,
|
| - "Display pipeline state cache usage.");
|
| +// Display pipeline state cache usage
|
| +static const bool c_DisplayVkPipelineCache{false};
|
| #endif
|
|
|
| struct GrVkResourceProvider::PipelineStateCache::Entry {
|
|
|