aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gm_expectations.h
diff options
context:
space:
mode:
Diffstat (limited to 'gm/gm_expectations.h')
-rw-r--r--gm/gm_expectations.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gm/gm_expectations.h b/gm/gm_expectations.h
index ec6899794a..96c6d11d25 100644
--- a/gm/gm_expectations.h
+++ b/gm/gm_expectations.h
@@ -172,7 +172,12 @@ namespace skiagm {
*/
class ExpectationsSource : public SkRefCnt {
public:
+ SK_DECLARE_INST_COUNT(ExpectationsSource)
+
virtual Expectations get(const char *testName) = 0;
+
+ private:
+ typedef SkRefCnt INHERITED;
};
/**