Chromium Code Reviews| Index: src/gpu/GrTextStrike.h |
| diff --git a/src/gpu/GrTextStrike.h b/src/gpu/GrTextStrike.h |
| index e311f3f51d8feb044a62399e4339935ed18843d8..35d50082b0fff400c04bf57aa42e1a5bd8f858d1 100644 |
| --- a/src/gpu/GrTextStrike.h |
| +++ b/src/gpu/GrTextStrike.h |
| @@ -98,6 +98,10 @@ public: |
| void validate() const {} |
| #endif |
| +#ifdef SK_DEVELOPER |
| + void dump() const; |
| +#endif |
| + |
| private: |
| friend class GrFontPurgeListener; |