Chromium Code Reviews| Index: src/core/SkPtrRecorder.h |
| diff --git a/src/core/SkPtrRecorder.h b/src/core/SkPtrRecorder.h |
| index 0e7ac665488ae6ecb0913202716228c2f8922411..06e14ab6ec03de555e41a57274deec4424906afd 100644 |
| --- a/src/core/SkPtrRecorder.h |
| +++ b/src/core/SkPtrRecorder.h |
| @@ -74,7 +74,7 @@ private: |
| // is not related to its "index". |
| SkTDArray<Pair> fList; |
| - static int Cmp(const Pair* a, const Pair* b); |
| + static bool Less(const Pair& a, const Pair& b); |
| typedef SkRefCnt INHERITED; |
| }; |