Chromium Code Reviews| Index: include/utils/SkRTConf.h |
| diff --git a/include/utils/SkRTConf.h b/include/utils/SkRTConf.h |
| index 4d7cda23d599508d1aad66505346812eddcebb01..209efcba54044718c9ed3dd41201039fb55ffa83 100644 |
| --- a/include/utils/SkRTConf.h |
| +++ b/include/utils/SkRTConf.h |
| @@ -75,6 +75,7 @@ class SkRTConfRegistry { |
| public: |
| SkRTConfRegistry(); |
| void printAll(const char *fname = NULL) const; |
| + int countNonDefault() const; |
|
mtklein
2014/01/10 13:53:31
I don't think this matters here particularly, but
hal.canary
2014/01/10 14:30:46
Done.
|
| void printNonDefault(const char *fname = NULL) const; |
| const char *configFileLocation() const; |
| void possiblyDumpFile() const; |