style: Introduce OriginSet.

This commit is contained in:
Emilio Cobos Álvarez 2017-08-14 10:35:16 +02:00
parent b0422b8910
commit f7eb46f484
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
5 changed files with 119 additions and 56 deletions

View file

@ -13,7 +13,7 @@ mod ns_style_auto_array;
pub mod ns_style_coord;
mod ns_t_array;
mod ns_timing_function;
mod origin_flags;
pub mod origin_flags;
pub mod ownership;
pub mod refptr;
mod style_complex_color;