Index: include/gpu/GrContext.h |
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
index 90382fd97bb709363dd736b7b5d9f33d7080b855..c9da8575f61ec652569dcbd084c15885b801c239 100644 |
--- a/include/gpu/GrContext.h |
+++ b/include/gpu/GrContext.h |
@@ -901,7 +901,7 @@ private: |
const GrCacheID& cacheID, |
void* srcData, |
size_t rowBytes, |
- bool needsFiltering); |
+ GrTextureParams::FilterMode filterMode); |
// Needed so GrTexture's returnToCache helper function can call |
// addExistingTextureToCache |