Fix Metal build

NOTRY=true
Bug: skia:
Change-Id: I4db23579c4493693ae67dfbde4750da51ea56092
Reviewed-on: https://skia-review.googlesource.com/59020
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
This commit is contained in:
Greg Daniel 2017-10-12 12:49:08 -04:00 committed by Skia Commit-Bot
parent cfb224e65b
commit 18e5cbbe65

View File

@ -59,7 +59,7 @@ GrMtlTexture::GrMtlTexture(GrMtlGpu* gpu,
SkBudgeted budgeted,
const GrSurfaceDesc& desc,
id<MTLTexture> texture,
GrMipMapsStatus)
GrMipMapsStatus mipMapsStatus)
: GrSurface(gpu, desc)
, INHERITED(gpu, desc, kTexture2DSampler_GrSLType, highest_filter_mode(desc.fConfig),
mipMapsStatus)