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:
parent
a12f6cbff3
commit
8e3e431dad
@ -16,7 +16,7 @@ GrDawnRenderTarget::GrDawnRenderTarget(GrDawnGpu* gpu,
|
|||||||
GrPixelConfig config,
|
GrPixelConfig config,
|
||||||
int sampleCnt,
|
int sampleCnt,
|
||||||
const GrDawnImageInfo& info)
|
const GrDawnImageInfo& info)
|
||||||
: GrSurface(gpu, size, config, GrProtected::kNo)
|
: GrSurface(gpu, dimensions, config, GrProtected::kNo)
|
||||||
, GrRenderTarget(gpu, dimensions, config, sampleCnt, GrProtected::kNo)
|
, GrRenderTarget(gpu, dimensions, config, sampleCnt, GrProtected::kNo)
|
||||||
, fInfo(info) {}
|
, fInfo(info) {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user