Chromium Code Reviews
DescriptionReturn the correct channelCountMode and channelInterpretation
Instead of returning the current mode or interpretation, return the
value used in the setter. Eventually, the real mode will get set to
the desired value.
The members m_channelCountMode and m_channelInterpretation are also
made private to force use of the setters and getters. A setter is
added too so that the internal state is maintained.
BUG=636576
TEST=channel-mode-interp-basic.html
Committed: https://crrev.com/c307211c34797418cd5ddddd31efb83f5a509d5e
Cr-Commit-Position: refs/heads/master@{#416078}
Patch Set 1 #Patch Set 2 : Define setters for the mode and interpretation #Messages
Total messages: 20 (10 generated)
|