diff options
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, |