New issue
Advanced search Search tips

Issue 822344 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task



Sign in to add a comment

Refactor content::MediaStreamVideoRenderer and related classes to use new Callback classes

Project Member Reported by guidou@chromium.org, Mar 15 2018

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.
 

Comment 1 by guidou@chromium.org, Mar 15 2018

Summary: Refactor content::MediaStreamVideoRenderer and related classes to use new Callback classes (was: Refactor content::MediaStreamVideoRenderer and related classes to use new Callbacks)

Sign in to add a comment