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 53ae04ecb2..02b632bc65 100644
--- a/include/core/SkImage.h
+++ b/include/core/SkImage.h
@@ -425,7 +425,7 @@ protected:
private:
static sk_sp<SkImage> MakeTextureFromMipMap(GrContext*, const SkImageInfo&,
const GrMipLevel* texels, int mipLevelCount,
- SkBudgeted, SkSourceGammaTreatment);
+ SkBudgeted, SkDestinationSurfaceColorMode);
const int fWidth;
const int fHeight;