mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
DevTools: Replace camel case variable names (#32726)
* refactor: rename to snake case * refactor: more renaming * chore: format * chore: clean
This commit is contained in:
parent
b243457ccc
commit
2888193cfe
22 changed files with 363 additions and 323 deletions
|
@ -18,7 +18,6 @@ pub struct FramerateActor {
|
|||
name: String,
|
||||
pipeline: PipelineId,
|
||||
script_sender: IpcSender<DevtoolScriptControlMsg>,
|
||||
|
||||
is_recording: bool,
|
||||
ticks: Vec<HighResolutionStamp>,
|
||||
}
|
||||
|
@ -41,7 +40,7 @@ impl Actor for FramerateActor {
|
|||
}
|
||||
|
||||
impl FramerateActor {
|
||||
/// return name of actor
|
||||
/// Return name of actor
|
||||
pub fn create(
|
||||
registry: &ActorRegistry,
|
||||
pipeline_id: PipelineId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue