Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate WR (render notifier API changes). #18986
Conversation
highfive
commented
Oct 23, 2017
|
Heads up! This PR modifies the following files:
|
| RenderNotifier { | ||
| compositor_proxy: compositor_proxy, | ||
| } | ||
| } | ||
| } | ||
|
|
||
| impl webrender_api::RenderNotifier for RenderNotifier { | ||
| fn new_frame_ready(&mut self) { | ||
| fn clone(&self) -> Box<webrender_api::RenderNotifier> { | ||
| Box::new(RenderNotifier::new(self.compositor_proxy.clone())) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
jdm
Oct 23, 2017
Member
I feel like it becomes awkward calling self.clone() inside of a method named clone. I would rather leave it.
|
@bors-servo: r+ |
|
|
Update WR (render notifier API changes). These changes fix #13480. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18986) <!-- Reviewable:end -->
|
|
|
It looks like something changed related to borders since the last WR update:
|
|
Interesting ... Gecko seems to have updated without any test failures. I'll investigate today. |
|
My money is on servo/webrender@635d144 since all of the failing tests have no borders drawn according to the reftest analyzer. |
|
It may just be that we were drawing the desired borders in those tests for incorrect reasons before, and the new test results are a more accurate reflection of our table border inadequacies. |
|
@bors-servo try |
Update WR (render notifier API changes). These changes fix #13480. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18986) <!-- Reviewable:end -->
|
|
|
@bors-servo: r+ |
|
|
Update WR (render notifier API changes). These changes fix #13480. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18986) <!-- Reviewable:end -->
|
|
glennw commentedOct 23, 2017
•
edited by jdm
These changes fix #13480.
This change is