Auto merge of #8972 - GauriGNaik:expose-css-errors-1, r=jdm

M1501: CSS Error Reporting: Final Steps Last Part

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8972)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-01-12 03:47:50 +05:30
commit a5a7a8318c
7 changed files with 46 additions and 12 deletions

View file

@ -1371,6 +1371,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 {