mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
||||
|
|
|
@ -19023,7 +19023,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.html": [
|
||||
"db1c5f553443121aa8eba862bcbaa3189ee42c2c",
|
||||
"f1d58732adafef4afc9f9b7f16d6961e4b74a5e9",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.js": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue