Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d6d38ab

Browse files
author
Jonah Williams
authored
[Impeller] fix null geometry (#36922)
1 parent 4369421 commit d6d38ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

impeller/aiks/canvas.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ void Canvas::DrawVertices(Vertices vertices,
373373
std::make_shared<VerticesContents>();
374374
contents->SetColor(paint.color);
375375
contents->SetBlendMode(blend_mode);
376+
contents->SetGeometry(std::move(geometry));
376377
entity.SetContents(paint.WithFilters(std::move(contents), true));
377378
}
378379

0 commit comments

Comments
 (0)