mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Final steps
This commit is contained in:
parent
4143caaa57
commit
907322c666
7 changed files with 46 additions and 12 deletions
|
@ -1370,6 +1370,9 @@ impl Window {
|
|||
|
||||
WindowBinding::Wrap(runtime.cx(), win)
|
||||
}
|
||||
pub fn live_devtools_updates(&self) -> bool {
|
||||
return self.devtools_wants_updates.get();
|
||||
}
|
||||
}
|
||||
|
||||
fn should_move_clip_rect(clip_rect: Rect<Au>, new_viewport: Rect<f32>) -> bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue