Chromium Code Reviews| Index: include/core/SkData.h |
| =================================================================== |
| --- include/core/SkData.h (revision 9507) |
| +++ include/core/SkData.h (working copy) |
| @@ -133,6 +133,9 @@ |
| virtual void flatten(SkFlattenableWriteBuffer&) const SK_OVERRIDE; |
| private: |
| + /** Called when the ref count goes to zero. */ |
| + virtual void internal_dispose() const SK_OVERRIDE; |
| + |
| ReleaseProc fReleaseProc; |
| void* fReleaseProcContext; |