| Index: src/gpu/GrResourceCache.h
|
| diff --git a/src/gpu/GrResourceCache.h b/src/gpu/GrResourceCache.h
|
| index ed2affeae38ae8608fbe58018fa28a7a022ea3fe..a495f565b299822aa012b14696236c327849aa02 100644
|
| --- a/src/gpu/GrResourceCache.h
|
| +++ b/src/gpu/GrResourceCache.h
|
| @@ -229,6 +229,8 @@ public:
|
| void getStats(Stats*) const;
|
|
|
| void dumpStats(SkString*) const;
|
| +
|
| + void dumpStatsKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* value) const;
|
| #endif
|
|
|
| // This function is for unit testing and is only defined in test tools.
|
|
|