Add Servo site compatibility frame smoke

This commit is contained in:
2026-05-08 12:08:57 -04:00
parent b4355d0f82
commit 5f0773a043
5 changed files with 223 additions and 20 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ mod runtime;
pub use error::ServoHostError;
pub use host::{
NavigationRequest, PermissionDecision, PermissionRequest, ServoHost, WebViewSnapshot,
WebViewState,
NavigationRequest, PermissionDecision, PermissionRequest, RenderedFrame, RenderedFrameSummary,
ServoHost, WebViewSnapshot, WebViewState,
};
#[cfg(feature = "servo-engine")]
pub use runtime::{ServoSurfaceSize, SoftwareServoHost};