Refactor content::MediaStreamVideoRenderer and related classes to use new Callback classes |
|
Issue description
Existing code uses base::Bind() and base::Callback.
This should be refactored to use base::Bind{Once,Repeating} and base::{Once,Repeating}Callback.
In particular, the new metadata callbacks should be OnceCallbacks, while repaint callbacks should be RepeatingCallbacks.
|
|
►
Sign in to add a comment |
|
Comment 1 by guidou@chromium.org
, Mar 15 2018