| Index: src/gpu/GrDrawTargetCaps.h
|
| diff --git a/src/gpu/GrDrawTargetCaps.h b/src/gpu/GrDrawTargetCaps.h
|
| index dcea79e0915af95ae15d805effb9dd48e021a9b6..b979b534c40528d083f24feec908fae5c714b812 100644
|
| --- a/src/gpu/GrDrawTargetCaps.h
|
| +++ b/src/gpu/GrDrawTargetCaps.h
|
| @@ -17,7 +17,7 @@
|
| */
|
| class GrDrawTargetCaps : public SkRefCnt {
|
| public:
|
| - SK_DECLARE_INST_COUNT(Caps)
|
| + SK_DECLARE_INST_COUNT(GrDrawTargetCaps)
|
|
|
| GrDrawTargetCaps() { this->reset(); }
|
| GrDrawTargetCaps(const GrDrawTargetCaps& other) : INHERITED() { *this = other; }
|
|
|