mirror of
https://github.com/servo/servo.git
synced 2025-09-11 07:28:19 +01:00
style: Add derived ToShmem implementations.
Differential Revision: https://phabricator.services.mozilla.com/D17197
This commit is contained in:
parent
128c6ae94a
commit
40248ae5fd
93 changed files with 649 additions and 267 deletions
|
@ -346,7 +346,7 @@ ${helpers.predefined_type(
|
|||
font_optical_sizing""".split()
|
||||
%>
|
||||
#[derive(Clone, Copy, Debug, Eq, Hash, MallocSizeOf, PartialEq,
|
||||
SpecifiedValueInfo, ToCss)]
|
||||
SpecifiedValueInfo, ToCss, ToShmem)]
|
||||
pub enum SystemFont {
|
||||
% for font in system_fonts:
|
||||
${to_camel_case(font)},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue