flutter_flutter/content_handler
Brian Osman 44bff286de
Remove named field initialization of GrVkImageInfo (#4972)
This syntax fails in conjunction with the new 6-argument constructor
that's been added. Fields were already initialized in the correct
order, so simply omit the field names. Once the constructor lands,
this will switch to calling that.
2018-04-11 14:52:28 -04:00
..