mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
fix build
This commit is contained in:
parent
fcb5cf9c6d
commit
8799213d4a
1 changed files with 1 additions and 1 deletions
|
@ -688,7 +688,7 @@ impl WindowMethods for Window {
|
|||
fn set_cursor(&self, _: Cursor) {
|
||||
}
|
||||
|
||||
fn prepare_for_composite(&self) -> bool {
|
||||
fn prepare_for_composite(&self, _width: usize, _height: usize) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue