mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 865407 - Part 6: Expose VTTCue::Reset to Chrome JS. r=bz
This commit is contained in:
parent
e7dca1a38d
commit
fcea6068e0
@ -307,6 +307,11 @@ public:
|
||||
mDisplayState = aDisplayState;
|
||||
}
|
||||
|
||||
bool HasBeenReset()
|
||||
{
|
||||
return mReset;
|
||||
}
|
||||
|
||||
// Helper functions for implementation.
|
||||
bool
|
||||
operator==(const TextTrackCue& rhs) const
|
||||
|
@ -58,4 +58,6 @@ interface VTTCue : EventTarget {
|
||||
partial interface VTTCue {
|
||||
[ChromeOnly]
|
||||
attribute HTMLDivElement? displayState;
|
||||
[ChromeOnly]
|
||||
readonly attribute boolean hasBeenReset;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user