aboutsummaryrefslogtreecommitdiffstats
path: root/ports/glutin/browser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ports/glutin/browser.rs')
-rw-r--r--ports/glutin/browser.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/glutin/browser.rs b/ports/glutin/browser.rs
index e3da4d13d61..95bea1e72bb 100644
--- a/ports/glutin/browser.rs
+++ b/ports/glutin/browser.rs
@@ -449,6 +449,10 @@ where
error!("Failed to store profile: {}", e);
}
},
+ EmbedderMsg::MediaSession(_) => {
+ debug!("MediaSession received");
+ // TODO(ferjm)
+ },
}
}
}