Chromium Code Reviews| Index: include/gpu/GrTexture.h |
| diff --git a/include/gpu/GrTexture.h b/include/gpu/GrTexture.h |
| index 43b69eade2aedd4ca3c1391ac45d2a651fccb7ec..8bdff34df5ee311a84401b4c19f8bca1d20186d4 100644 |
| --- a/include/gpu/GrTexture.h |
| +++ b/include/gpu/GrTexture.h |
| @@ -99,6 +99,8 @@ |
| void validateDesc() const; |
| private: |
| + void abandonReleaseCommon(); |
| + virtual void internal_dispose() const SK_OVERRIDE; |
| void dirtyMipMaps(bool mipMapsDirty); |
| enum MipMapsStatus { |