forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Impeller] Do not call std::forward on the serialized arguments in th…
…e canvas recorder (flutter#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.
- Loading branch information
1 parent
066953b
commit 10ee150
Showing
2 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters