DescriptionClean up MediaControlElement virtual and unused functions
This class was a bit confusing:
isShowing() was never used.
The state of MediaControlElement::shadowPseudoId() was odd. The same
virtual function exists on Element, and the MediaControl*Element
classes inherit both Element and MediaControlElement. When they
override shadowPseudoId() they override both of their base classes.
However, MediaControlElement::shadowPseudoId() wasn't ever used...
The remaining functions don't need to be virtual since they're never
overridden.
BUG=none
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166767
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|