Chromium Code Reviews
DescriptionNon-const impls. for WebMediaPlayer::didLoadingProgress().
This provides non-const didLoadingProgress() implementations for WebMediaPlayer subclasses in Chromium so that the interface can switch to being non-const. It also removes the const specifier from DidLoadingProgress() implementations (Pipeline and DemuxerHost) and the mutable specifier for their associated properties.
This is the first of three changes; the second is
https://codereview.chromium.org/272223004.
BUG=360251
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269910
Patch Set 1 #
Total comments: 3
Patch Set 2 : Remove mutable bools. #Messages
Total messages: 14 (0 generated)
|