diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2020-01-30 05:37:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 05:37:12 -0500 |
commit | 6d220d02de9cd8e50421080179355875789f1100 (patch) | |
tree | c6899ccb3dfd11cc538bbc0bf025dee7083e1da3 /components/script/dom/macros.rs | |
parent | 8e0d037ee82da747fa9c13234d5c3677f930e690 (diff) | |
parent | 8d4aeef08b8bf00d7db0d213c6ce92294b8eecb5 (diff) | |
download | servo-6d220d02de9cd8e50421080179355875789f1100.tar.gz servo-6d220d02de9cd8e50421080179355875789f1100.zip |
Auto merge of #25640 - kunalmohan:20758-Cleanup, r=gterzian
move ConstellationMsg to compositing
<!-- Please describe your changes on the following line: -->
`ConstellationMsg` enum in script_traits is moved to compositing since it's not used by script_traits. The other enums mentioned in the issue, `LayoutControllerMsg` and `LayoutMsg` cannot be moved out of script_traits since script_traits depends on both of them and moving out would create cyclic dependencies.
r?@gterzian
---
<!-- 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 #20758 (GitHub issue number if applicable)
<!-- 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. -->
Diffstat (limited to 'components/script/dom/macros.rs')
0 files changed, 0 insertions, 0 deletions