diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-05-16 21:27:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-16 21:27:47 -0500 |
commit | fada0eb6607fa746cd88426ebb7bb4052f709cda (patch) | |
tree | 0fc955c955f9246b64e99c9ca6ed5329a82cb60d /components/layout_traits/lib.rs | |
parent | c96245898418ff91de6fd51edca288ecace44d2b (diff) | |
parent | 3236611abaabbcacc30563aed29df5d9e0186f38 (diff) | |
download | servo-fada0eb6607fa746cd88426ebb7bb4052f709cda.tar.gz servo-fada0eb6607fa746cd88426ebb7bb4052f709cda.zip |
Auto merge of #16795 - mrobinson:out-of-viewport-transform, r=glennw
Don't optimize display list for projective transforms
There are situations where elements are transformed from outside the
display list. With projective transforms it's currently difficult to
detect these. In those cases we just don't optimize the display list,
so that they will always be shown.
Fixes #13822.
<!-- Please describe your changes on the following line: -->
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #13822 (github issue number if applicable).
<!-- Either: -->
- [x] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- 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/16795)
<!-- Reviewable:end -->
Diffstat (limited to 'components/layout_traits/lib.rs')
0 files changed, 0 insertions, 0 deletions