servo: Merge #17905 - Issue 17882: Remove rendering_threads option in the CEF port (from abahmed:update_CEF_port); r=emilio

Fixes issue 17882 by removing rendering_threads option in the CEF port
r?@highfive

---
<!-- 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

<!-- 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. -->

Source-Repo: https://github.com/servo/servo
Source-Revision: c329e640f07c3f22caa496679f9afaa4e762cc75

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 59ca85ea3389bb7fa3ab4f01f6292be20de4de09
This commit is contained in:
Abdelrhman Ahmed 2017-07-28 08:15:05 -05:00
Родитель 8d2320d13f
Коммит d2fae333d9
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -727,11 +727,6 @@ pub struct cef_settings {
// of the background color but will be otherwise ignored.
//
pub background_color: cef_color_t,
//
// Determines how many rendering threads are used.
//
pub rendering_threads: c_int,
}
//