Chromium Code Reviews| Index: include/gpu/GrContext.h |
| diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
| index 90382fd97bb709363dd736b7b5d9f33d7080b855..e955cac504c46342b92223481b29a4bdae7ec467 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); |
| + bool filter); |
| // Needed so GrTexture's returnToCache helper function can call |
| // addExistingTextureToCache |