aboutsummaryrefslogtreecommitdiffstats
path: root/ports/servoshell/egl/host_trait.rs
diff options
context:
space:
mode:
authorMukilan Thiyagarajan <mukilan@igalia.com>2025-02-06 19:51:29 +0530
committerGitHub <noreply@github.com>2025-02-06 14:21:29 +0000
commite0689c1f0b2c032c5259ee0446469f4935e6518e (patch)
treea00ceae8d5e6aa771b5b21516e25611d8ac6b9fa /ports/servoshell/egl/host_trait.rs
parente7a6691628fa1c53baf714d844be19aa99c4bfec (diff)
downloadservo-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/host_trait.rs')
-rw-r--r--ports/servoshell/egl/host_trait.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/servoshell/egl/host_trait.rs b/ports/servoshell/egl/host_trait.rs
index 7d6ee078bea..eb80976ef88 100644
--- a/ports/servoshell/egl/host_trait.rs
+++ b/ports/servoshell/egl/host_trait.rs
@@ -74,8 +74,6 @@ pub trait HostTrait {
fn on_media_session_playback_state_change(&self, state: MediaSessionPlaybackState);
/// Called when the media session position state is set.
fn on_media_session_set_position_state(&self, duration: f64, position: f64, playback_rate: f64);
- /// Called when devtools server is started
- fn on_devtools_started(&self, port: Result<u16, ()>, token: String);
/// Called when we get a panic message from constellation
fn on_panic(&self, reason: String, backtrace: Option<String>);
}