mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
parent
05212b702d
commit
12f20f1ecc
10 changed files with 69 additions and 1 deletions
|
@ -138,4 +138,7 @@ pub trait WindowMethods {
|
|||
|
||||
/// Does this window support a clipboard
|
||||
fn supports_clipboard(&self) -> bool;
|
||||
|
||||
/// Add a favicon
|
||||
fn set_favicon(&self, url: Url);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue