mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Make layout_2020 be layout_2013
This commit is contained in:
parent
87e7e3d429
commit
4846d76e82
49 changed files with 34595 additions and 22 deletions
19
components/layout_2020/display_list/mod.rs
Normal file
19
components/layout_2020/display_list/mod.rs
Normal file
|
@ -0,0 +1,19 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
pub use self::builder::BorderPaintingMode;
|
||||
pub use self::builder::DisplayListBuildState;
|
||||
pub use self::builder::IndexableText;
|
||||
pub use self::builder::StackingContextCollectionFlags;
|
||||
pub use self::builder::StackingContextCollectionState;
|
||||
pub use self::conversions::ToLayout;
|
||||
pub use self::webrender_helpers::WebRenderDisplayListConverter;
|
||||
|
||||
mod background;
|
||||
mod border;
|
||||
mod builder;
|
||||
mod conversions;
|
||||
mod gradient;
|
||||
pub mod items;
|
||||
mod webrender_helpers;
|
Loading…
Add table
Add a link
Reference in a new issue