mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Signed-off-by: Lucas Fabián Montenegro <40044087+lucasMontenegro@users.noreply.github.com>
This commit is contained in:
parent
8bbcf0abaf
commit
256ab5353b
3 changed files with 39 additions and 40 deletions
|
@ -263,7 +263,7 @@ pub enum ScriptMsg {
|
|||
SmallVec<[wgpu::id::AdapterId; 4]>,
|
||||
),
|
||||
/// Get WebGPU channel
|
||||
GetWebGPUChan(IpcSender<WebGPU>),
|
||||
GetWebGPUChan(IpcSender<Option<WebGPU>>),
|
||||
/// Notify the constellation of a pipeline's document's title.
|
||||
TitleChanged(PipelineId, String),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue