Index: src/gpu/GrTextureParamsAdjuster.h |
diff --git a/src/gpu/GrTextureParamsAdjuster.h b/src/gpu/GrTextureParamsAdjuster.h |
index 103bcbf7208099d33ce73a92b4d1e3d34b84a1fa..95b79846d0ed72260f6ef958e9aee2771333c7f4 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); |
egdaniel
2016/01/19 22:28:06
put * on GrTexture
bsalomon
2016/01/19 22:37:51
Done.
|
+ |
typedef GrTextureProducer INHERITED; |
}; |