mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix compilation with --no-default-features (#34678)
Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
parent
7ee0a7d765
commit
c3c3e5ed16
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ pub enum DeclarativeRefresh {
|
||||||
},
|
},
|
||||||
CreatedAfterLoad,
|
CreatedAfterLoad,
|
||||||
}
|
}
|
||||||
|
#[cfg(feature = "webgpu")]
|
||||||
pub(crate) type WebGPUContextsMap =
|
pub(crate) type WebGPUContextsMap =
|
||||||
Rc<RefCell<HashMapTracedValues<WebGPUContextId, WeakRef<GPUCanvasContext>>>>;
|
Rc<RefCell<HashMapTracedValues<WebGPUContextId, WeakRef<GPUCanvasContext>>>>;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue