forked from firka/flutter
[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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user