mirror of
https://github.com/servo/servo.git
synced 2025-10-08 04:29:24 +01:00
Generate bindings for HTMLAudioElement, HTMLVideoElement.
This commit is contained in:
parent
a76e46416a
commit
17e888bfea
10 changed files with 174 additions and 1 deletions
12
src/components/script/dom/htmlaudioelement.rs
Normal file
12
src/components/script/dom/htmlaudioelement.rs
Normal file
|
@ -0,0 +1,12 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use dom::htmlmediaelement::HTMLMediaElement;
|
||||
|
||||
pub struct HTMLAudioElement {
|
||||
parent: HTMLMediaElement
|
||||
}
|
||||
|
||||
impl HTMLAudioElement {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue