mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Pass context menu callbacks down to the openxr device
This commit is contained in:
parent
3aa15e3fa3
commit
1ba606b919
5 changed files with 57 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
|||
//! Abstract windowing methods. The concrete implementations of these can be found in `platform/`.
|
||||
|
||||
use canvas::{SurfaceProviders, WebGlExecutor};
|
||||
use embedder_traits::EventLoopWaker;
|
||||
use embedder_traits::{EmbedderProxy, EventLoopWaker};
|
||||
use euclid::Scale;
|
||||
#[cfg(feature = "gl")]
|
||||
use gleam::gl;
|
||||
|
@ -190,6 +190,7 @@ pub trait EmbedderMethods {
|
|||
_: &mut webxr::MainThreadRegistry,
|
||||
_: WebGlExecutor,
|
||||
_: SurfaceProviders,
|
||||
_: EmbedderProxy,
|
||||
) {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue