mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Rename NewLayoutThreadInfo to LayoutThreadInit
Following the convention of our other init structs.
This commit is contained in:
parent
2058ac0c7f
commit
17ee21bf9d
3 changed files with 6 additions and 6 deletions
|
@ -75,7 +75,7 @@ use parking_lot::RwLock;
|
|||
use profile_traits::mem::{self as profile_mem, Report, ReportKind, ReportsChan};
|
||||
use profile_traits::time::{self as profile_time, profile, TimerMetadata};
|
||||
use profile_traits::time::{TimerMetadataFrameType, TimerMetadataReflowType};
|
||||
use script_layout_interface::message::{Msg, NewLayoutThreadInfo, NodesFromPointQueryType, Reflow};
|
||||
use script_layout_interface::message::{Msg, LayoutThreadInit, NodesFromPointQueryType, Reflow};
|
||||
use script_layout_interface::message::{QueryMsg, ReflowComplete, ReflowGoal, ScriptReflow};
|
||||
use script_layout_interface::rpc::TextIndexResponse;
|
||||
use script_layout_interface::rpc::{LayoutRPC, OffsetParentResponse, StyleResponse};
|
||||
|
@ -842,7 +842,7 @@ impl LayoutThread {
|
|||
reports_chan.send(reports);
|
||||
}
|
||||
|
||||
fn create_layout_thread(&self, info: NewLayoutThreadInfo) {
|
||||
fn create_layout_thread(&self, info: LayoutThreadInit) {
|
||||
LayoutThread::create(
|
||||
info.id,
|
||||
self.top_level_browsing_context_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue