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 upExpose ClipMode in public API. #1867
Conversation
|
r? @mrobinson cc @gankro |
|
Are we ok with doing this before moving ComplexClips out of local clips? |
|
I think so - it's only one extra int, so I don't think it's too bad. And an extra win to be had when to do move complex clips out :) But it's up to you - happy to hold off on it if you prefer. |
|
This seems okay to me. I don't think it will affect removing rounded rectangles from LocalClips. |
|
Rebased. r? @kvark or @mrobinson |
|
@bors-servo r+ |
|
|
Expose ClipMode in public API. Fixes #1862. <!-- 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/1867) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
Expose ClipMode in public API. Fixes #1862. <!-- 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/1867) <!-- Reviewable:end -->
|
|
|
|
|
@bors-servo r=mrobinson |
|
|
Expose ClipMode in public API. Fixes #1862. <!-- 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/1867) <!-- Reviewable:end -->
|
|
|
@glennw @mrobinson This PR appears to be causing RenderThread panics in gecko, looks like: |
|
Ah, looks like we need to actually initialize this new clipmode member. I have a patch that I'm testing now. |
glennw commentedOct 13, 2017
•
edited by larsbergstrom
Fixes #1862.
This change is