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 upRemove redundant code, now that only local clips are segmented. #2888
Conversation
|
@bors-servo r+ |
|
|
Remove redundant code, now that only local clips are segmented. As of #2859, this code path can never be executed. Removing it also simplifies some of the code I'm working on for local space picture rasterization. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/2888) <!-- Reviewable:end -->
|
Holy cow, that's a lot of orange on the try run! @staktrace Is this a known issue on try runs right now, or did I somehow manage to break things? |
|
A lot of the errors are:
The code I've changed here is clip related, but I can't see how it would cause that. Maybe the bindings are out of sync or something like that? |
|
Ah, I think the following code in
Is that right @mrobinson ? |
|
@gw3583 The changes necessary on the Gecko side for splitting the CipScrollTree were actually non-trivial. Do you mind applying the commit from my try job [1] for that PR and then trying the try job again? |
|
|
|
@mrobinson Ah, sure - I'll apply that patch and do a new try run. Thanks! |
|
Pending try with that patch: |
|
The try job look pretty good to me. There are a couple crashes, but I'm not sure that they are related. |
gw3583 commentedJul 12, 2018
•
edited by larsbergstrom
As of #2859, this code path can never be executed. Removing it
also simplifies some of the code I'm working on for local space
picture rasterization.
This change is