diff options
author | Martin Robinson <mrobinson@igalia.com> | 2025-04-16 18:58:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-16 16:58:52 +0000 |
commit | d8a7abda69dc2e03a845cb053c28764babd5b9de (patch) | |
tree | bb15a30aa8729eda1feaeec4ea9a9d7294020be7 /ports/servoshell/egl/ohos.rs | |
parent | 7a8e75266ff2c138f212a301de9774eafb2b3143 (diff) | |
download | servo-d8a7abda69dc2e03a845cb053c28764babd5b9de.tar.gz servo-d8a7abda69dc2e03a845cb053c28764babd5b9de.zip |
libservo: Expose a `ServoBuilder` (#36549)
Expose a `ServoBuilder` for easily creating Servo instances using
default values. This change enables removing `EmbedderTraits`.
Testing: This is covered by `Servo` unit tests.
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Diffstat (limited to 'ports/servoshell/egl/ohos.rs')
-rw-r--r-- | ports/servoshell/egl/ohos.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ports/servoshell/egl/ohos.rs b/ports/servoshell/egl/ohos.rs index fbdbe5395a1..236f1d842da 100644 --- a/ports/servoshell/egl/ohos.rs +++ b/ports/servoshell/egl/ohos.rs @@ -22,10 +22,9 @@ use ohos_ime::{AttachOptions, Ime, ImeProxy, RawTextEditorProxy}; use ohos_ime_sys::types::InputMethod_EnterKeyType; use servo::style::Zero; use servo::{ - AlertResponse, InputMethodType, LoadStatus, MediaSessionPlaybackState, PermissionRequest, - SimpleDialog, WebView, + AlertResponse, EventLoopWaker, InputMethodType, LoadStatus, MediaSessionPlaybackState, + PermissionRequest, SimpleDialog, WebView, }; -use simpleservo::EventLoopWaker; use xcomponent_sys::{ OH_NativeXComponent, OH_NativeXComponent_Callback, OH_NativeXComponent_GetKeyEvent, OH_NativeXComponent_GetKeyEventAction, OH_NativeXComponent_GetKeyEventCode, |