bungeman 38a22ff523
Remove use of SkDeserialProcs::fTypefaceProc (#181047)
SkDeserialProcs::fTypefaceProc took a void* and size_t, but the
expectation was that the void* was a SkStream** and the size_t was
always sizeof(SkStream*). Users should now use the less confusing
replacement SkDeserialProcs::fTypefaceStreamProc which takes an
SkStream&.
2026-01-17 00:47:54 +00:00
..

Flutter Engine

Setting up the Engine development environment

See here