FWIW, I plan to kill the $out args I added and replace them with that `$out = $this->getContext()->output`. And go the other direction, depreciating $out args in most of the methods that originally had them (with the exception of Skin::outputPage which is the entrypoint that may set the context).
This was actually removed by further cleanup on r87389 :)