aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkImage.h')
-rw-r--r--include/core/SkImage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkImage.h b/include/core/SkImage.h
index bdb04ff766..11d56026af 100644
--- a/include/core/SkImage.h
+++ b/include/core/SkImage.h
@@ -540,7 +540,7 @@ private:
friend class SkImage_Base;
static sk_sp<SkImage> MakeTextureFromMipMap(GrContext*, const SkImageInfo&,
- const GrMipLevel* texels, int mipLevelCount,
+ const GrMipLevel texels[], int mipLevelCount,
SkBudgeted, SkDestinationSurfaceColorMode);
const int fWidth;