T10.2: extract IOSurface mach port from the hardware surface on macOS
This commit is contained in:
@@ -18,6 +18,8 @@ mod runtime_webview;
|
||||
pub use error::ServoHostError;
|
||||
#[cfg(feature = "hardware-render")]
|
||||
pub use hardware_rendering_context::HardwareOffscreenContext;
|
||||
#[cfg(all(feature = "hardware-render", target_os = "macos"))]
|
||||
pub use hardware_rendering_context::IOSurfaceHandle;
|
||||
pub use host::{
|
||||
KeyboardTextRequest, MouseClickRequest, MouseDragRequest, MouseHoverRequest,
|
||||
NavigationRequest, PageZoomRequest, PermissionDecision, PermissionRequest, RenderedFrame,
|
||||
|
||||
Reference in New Issue
Block a user