Index: src/gpu/GrTextureParamsAdjuster.h |
diff --git a/src/gpu/GrTextureParamsAdjuster.h b/src/gpu/GrTextureParamsAdjuster.h |
index 4e1f5a7ebf4b6f7f86cc4fb9598de281fcfc6653..e07437c9f481142f112f83e0d5d8371d88e06d93 100644 |
--- a/src/gpu/GrTextureParamsAdjuster.h |
+++ b/src/gpu/GrTextureParamsAdjuster.h |
@@ -111,7 +111,8 @@ public: |
const SkRect& constraintRect, |
FilterConstraint filterConstraint, |
bool coordsLimitedToConstraintRect, |
- const GrTextureParams::FilterMode* filterOrNullForBicubic); |
+ const GrTextureParams::FilterMode* filterOrNullForBicubic, |
+ GrRenderTarget* dst); |
GrTexture* originalTexture() const { return fOriginal; } |