mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Mach fmt, this time including C++ files
This commit is contained in:
parent
6dcdfefd72
commit
9f77ea1165
2 changed files with 3 additions and 9 deletions
|
@ -17,8 +17,7 @@ use env_logger;
|
|||
use log::LevelFilter;
|
||||
use simpleservo::{self, gl_glue, ServoGlue, SERVO};
|
||||
use simpleservo::{
|
||||
Coordinates, EventLoopWaker, HostTrait, InitOptions, MouseButton,
|
||||
VRInitOptions,
|
||||
Coordinates, EventLoopWaker, HostTrait, InitOptions, MouseButton, VRInitOptions,
|
||||
};
|
||||
use std::ffi::{CStr, CString};
|
||||
#[cfg(target_os = "windows")]
|
||||
|
@ -713,12 +712,7 @@ impl HostTrait for HostCallbacks {
|
|||
(self.0.set_clipboard_contents)(contents.as_ptr());
|
||||
}
|
||||
|
||||
fn on_media_session_metadata(
|
||||
&self,
|
||||
title: String,
|
||||
artist: String,
|
||||
album: String,
|
||||
) {
|
||||
fn on_media_session_metadata(&self, title: String, artist: String, album: String) {
|
||||
debug!(
|
||||
"on_media_session_metadata ({:?} {:?} {:?})",
|
||||
title, artist, album
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue