Final steps

This commit is contained in:
GauriGNaik 2015-12-14 14:03:17 -05:00
parent 4143caaa57
commit 907322c666
7 changed files with 46 additions and 12 deletions

View file

@ -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 {