mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Only export an explicit public API in the style crate
I.e. make every module private by default.
This commit is contained in:
parent
23e3757db6
commit
7a48cb6815
8 changed files with 39 additions and 43 deletions
|
@ -32,7 +32,7 @@ use gfx::render_task::{RenderMsg, RenderChan, RenderLayer};
|
|||
use gfx::render_task;
|
||||
use style::Stylist;
|
||||
use style::Stylesheet;
|
||||
use style::selector_matching::AuthorOrigin;
|
||||
use style::AuthorOrigin;
|
||||
use script::dom::event::ReflowEvent;
|
||||
use script::dom::node::{AbstractNode, LayoutView};
|
||||
use script::layout_interface::{AddStylesheetMsg, ContentBoxQuery};
|
||||
|
@ -240,7 +240,7 @@ impl LayoutTask {
|
|||
screen_size: None,
|
||||
|
||||
display_list: None,
|
||||
|
||||
|
||||
stylist: RWArc::new(new_stylist()),
|
||||
profiler_chan: profiler_chan,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue