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