feat(servo): isolate profiles with hardware sidecars

This commit is contained in:
2026-07-09 20:27:22 -04:00
parent 78dc86b18e
commit c28ec2bee8
92 changed files with 10306 additions and 1485 deletions
+2
View File
@@ -661,6 +661,8 @@ pub(crate) struct PaintSurface {
pub corner_radii: Corners<ScaledPixels>,
#[cfg(target_os = "macos")]
pub image_buffer: core_video::pixel_buffer::CVPixelBuffer,
#[cfg(target_os = "macos")]
pub lease: Option<crate::SurfaceLease>,
}
impl From<PaintSurface> for Primitive {