In
paint_op_buffer_serializer the drawImageRect op has an if condition for PaintWorklet.
While rendering
google.com, saw that most of the drawImageRect ops are not PaintWorklet.
To replay these operations remotely, I would need skImage for each drawImageRectOp.
How can I get the skImage from ops that are not PaintWorklets?
Where are they actually getting rendered ?