Index: gm/gm_expectations.h |
=================================================================== |
--- gm/gm_expectations.h (revision 9995) |
+++ gm/gm_expectations.h (working copy) |
@@ -172,7 +172,12 @@ |
*/ |
class ExpectationsSource : public SkRefCnt { |
public: |
+ SK_DECLARE_INST_COUNT(ExpectationsSource) |
+ |
virtual Expectations get(const char *testName) = 0; |
+ |
+ private: |
+ typedef SkRefCnt INHERITED; |
}; |
/** |