Chromium Code Reviews| Index: src/gpu/GrTextureParamsAdjuster.h |
| diff --git a/src/gpu/GrTextureParamsAdjuster.h b/src/gpu/GrTextureParamsAdjuster.h |
| index 103bcbf7208099d33ce73a92b4d1e3d34b84a1fa..7279ed625211bce222acec61b58901eb8575d1fc 100644 |
| --- a/src/gpu/GrTextureParamsAdjuster.h |
| +++ b/src/gpu/GrTextureParamsAdjuster.h |
| @@ -153,6 +153,8 @@ private: |
| SkTLazy<SkIRect> fContentArea; |
| GrTexture* fOriginal; |
| + GrTexture* refCopy(const CopyParams ©Params); |
| + |
| typedef GrTextureProducer INHERITED; |
| }; |