DescriptionRefactoring AudioParameters |operator==| to |Equals()| method
The == operator is re-factored to:
bool Equals(const AudioParameters& other) const;
This will also help avoid expressions like !(a == b), transforming them to !a.Equals(b) instead.
BUG=416506
Committed: https://crrev.com/015d99082c40d3ee2a29a51114a15ddb8d9a3f54
Cr-Commit-Position: refs/heads/master@{#296230}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Moved implementation to .cc #
Messages
Total messages: 12 (3 generated)
|