aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/shaders/SkPictureShader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shaders/SkPictureShader.h')
-rw-r--r--src/shaders/SkPictureShader.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/shaders/SkPictureShader.h b/src/shaders/SkPictureShader.h
index 5f28b6074b..6e5201e8fb 100644
--- a/src/shaders/SkPictureShader.h
+++ b/src/shaders/SkPictureShader.h
@@ -46,9 +46,8 @@ private:
SkPictureShader(sk_sp<SkPicture>, TileMode, TileMode, const SkMatrix*, const SkRect*,
sk_sp<SkColorSpace>);
- sk_sp<SkShader> refBitmapShader(const SkMatrix&, const SkMatrix& localMatrix,
+ sk_sp<SkShader> refBitmapShader(const SkMatrix&, SkTCopyOnFirstWrite<SkMatrix>* localMatrix,
SkColorSpace* dstColorSpace,
- SkVector* scaleAdjust,
const int maxTextureSize = 0) const;
class PictureShaderContext : public Context {