diff options
author | Mukilan Thiyagarajan <mukilan@igalia.com> | 2025-02-06 19:51:29 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-06 14:21:29 +0000 |
commit | e0689c1f0b2c032c5259ee0446469f4935e6518e (patch) | |
tree | a00ceae8d5e6aa771b5b21516e25611d8ac6b9fa /ports/servoshell/egl/mod.rs | |
parent | e7a6691628fa1c53baf714d844be19aa99c4bfec (diff) | |
download | servo-e0689c1f0b2c032c5259ee0446469f4935e6518e.tar.gz servo-e0689c1f0b2c032c5259ee0446469f4935e6518e.zip |
Migrate Android and OHOS ports to the delegate API (#35315)
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
Diffstat (limited to 'ports/servoshell/egl/mod.rs')
-rw-r--r-- | ports/servoshell/egl/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/servoshell/egl/mod.rs b/ports/servoshell/egl/mod.rs index 1f8a422d2ee..15010dc62c7 100644 --- a/ports/servoshell/egl/mod.rs +++ b/ports/servoshell/egl/mod.rs @@ -10,5 +10,5 @@ mod ohos; mod log; +mod app_state; mod host_trait; -mod servo_glue; |