mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +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 log::LevelFilter;
|
||||||
use simpleservo::{self, gl_glue, ServoGlue, SERVO};
|
use simpleservo::{self, gl_glue, ServoGlue, SERVO};
|
||||||
use simpleservo::{
|
use simpleservo::{
|
||||||
Coordinates, EventLoopWaker, HostTrait, InitOptions, MouseButton,
|
Coordinates, EventLoopWaker, HostTrait, InitOptions, MouseButton, VRInitOptions,
|
||||||
VRInitOptions,
|
|
||||||
};
|
};
|
||||||
use std::ffi::{CStr, CString};
|
use std::ffi::{CStr, CString};
|
||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
|
@ -713,12 +712,7 @@ impl HostTrait for HostCallbacks {
|
||||||
(self.0.set_clipboard_contents)(contents.as_ptr());
|
(self.0.set_clipboard_contents)(contents.as_ptr());
|
||||||
}
|
}
|
||||||
|
|
||||||
fn on_media_session_metadata(
|
fn on_media_session_metadata(&self, title: String, artist: String, album: String) {
|
||||||
&self,
|
|
||||||
title: String,
|
|
||||||
artist: String,
|
|
||||||
album: String,
|
|
||||||
) {
|
|
||||||
debug!(
|
debug!(
|
||||||
"on_media_session_metadata ({:?} {:?} {:?})",
|
"on_media_session_metadata ({:?} {:?} {:?})",
|
||||||
title, artist, album
|
title, artist, album
|
||||||
|
|
|
@ -19023,7 +19023,7 @@
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"mozilla/interfaces.html": [
|
"mozilla/interfaces.html": [
|
||||||
"db1c5f553443121aa8eba862bcbaa3189ee42c2c",
|
"f1d58732adafef4afc9f9b7f16d6961e4b74a5e9",
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"mozilla/interfaces.js": [
|
"mozilla/interfaces.js": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue