Chromium Code Reviews| Index: src/gpu/GrTextureMaker.h |
| diff --git a/src/gpu/GrTextureMaker.h b/src/gpu/GrTextureMaker.h |
| index 669a7eeb08e24ae4d83c21e53558d5c2c7cef75f..1cbf63a029fa8bf3b37de1fcc4059e07bc14c170 100644 |
| --- a/src/gpu/GrTextureMaker.h |
| +++ b/src/gpu/GrTextureMaker.h |
| @@ -24,6 +24,7 @@ public: |
| int width() const { return fWidth; } |
| int height() const { return fHeight; } |
| + GrTexture* refCachedTexture(GrContext*, SkImageUsageType); |
| GrTexture* refCachedTexture(GrContext*, const GrTextureParams*); |
| protected: |