Jason Simmons 10c2ef8b40 [Impeller] Do not call std::forward on the serialized arguments in the canvas recorder (flutter/engine#52307)
std::forward has move semantics and can not safely be called twice on the same arguments.

Also fix CanvasRecorder's resolution of Canvas::Save, which has a default parameter value.
2024-04-23 17:24:19 +00:00
..