Jonah Williams c380791070 [Impeller] remove shared_ptr copies during text contents rendering. (flutter/engine#49837)
We copied the shared ptr to make it easy to return nullptr, but instead we could use a static const assigned to nullptr
2024-01-18 05:21:59 +00:00
..