mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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.