mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[Impeller] Dat rvalue reference (fix engine head) (flutter/engine#45024)
Not sure why we didn't catch this on presubmits. I think there was a merge order problem.
This commit is contained in:
parent
cf500170ce
commit
87e5da3ff4
@ -53,7 +53,7 @@ TextFrame MakeTextFrameSTB(const std::shared_ptr<TypefaceSTB>& typeface_stb,
|
||||
}
|
||||
|
||||
TextFrame frame;
|
||||
frame.AddTextRun(run);
|
||||
frame.AddTextRun(std::move(run));
|
||||
|
||||
return frame;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user