mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Rename ThreadSafeLayoutFoo to ServoThreadSafeLayoutFoo and TThreadSafeLayoutFoo to ThreadSafeLayoutFoo.
This commit is contained in:
parent
a85ae24c51
commit
afa3834f3b
8 changed files with 83 additions and 82 deletions
|
@ -24,7 +24,7 @@ use style::properties::ComputedValues;
|
|||
use table::InternalTable;
|
||||
use table_row::{CollapsedBorder, CollapsedBorderProvenance};
|
||||
use util::logical_geometry::{LogicalMargin, LogicalRect, LogicalSize, WritingMode};
|
||||
use wrapper::{ThreadSafeLayoutNode, TThreadSafeLayoutNode};
|
||||
use wrapper::{ServoThreadSafeLayoutNode, ThreadSafeLayoutNode};
|
||||
|
||||
/// A table formatting context.
|
||||
#[derive(RustcEncodable)]
|
||||
|
@ -44,7 +44,7 @@ pub struct TableCellFlow {
|
|||
}
|
||||
|
||||
impl TableCellFlow {
|
||||
pub fn from_node_fragment_and_visibility_flag(node: &ThreadSafeLayoutNode,
|
||||
pub fn from_node_fragment_and_visibility_flag(node: &ServoThreadSafeLayoutNode,
|
||||
fragment: Fragment,
|
||||
visible: bool)
|
||||
-> TableCellFlow {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue