Dawn: fix compile.

Change-Id: Ibbba2824224f5c4b9ed0a68cafe58e0e91c22a31
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/250097
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
This commit is contained in:
Stephen White 2019-10-22 18:08:39 -04:00 committed by Skia Commit-Bot
parent a12f6cbff3
commit 8e3e431dad

View File

@ -16,7 +16,7 @@ GrDawnRenderTarget::GrDawnRenderTarget(GrDawnGpu* gpu,
GrPixelConfig config,
int sampleCnt,
const GrDawnImageInfo& info)
: GrSurface(gpu, size, config, GrProtected::kNo)
: GrSurface(gpu, dimensions, config, GrProtected::kNo)
, GrRenderTarget(gpu, dimensions, config, sampleCnt, GrProtected::kNo)
, fInfo(info) {}