| Index: include/utils/SkRTConf.h
|
| diff --git a/include/utils/SkRTConf.h b/include/utils/SkRTConf.h
|
| index 4d7cda23d599508d1aad66505346812eddcebb01..37e3259d6899bdc62f836c986bc8b1155a337dc3 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;
|
| + bool hasNonDefault() const;
|
| void printNonDefault(const char *fname = NULL) const;
|
| const char *configFileLocation() const;
|
| void possiblyDumpFile() const;
|
|
|