mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Some imports are used in linux only. Fixes #7088.
This commit is contained in:
parent
c315404db8
commit
926cb903ae
1 changed files with 4 additions and 1 deletions
|
@ -7,9 +7,12 @@
|
|||
//! This is used for off-screen rendering mode only; on-screen windows (the default embedding mode)
|
||||
//! are managed by a platform toolkit (Glutin).
|
||||
|
||||
#[cfg(target_os="linux")]
|
||||
use core::CEF_APP;
|
||||
use eutil::Downcast;
|
||||
use interfaces::{CefApp, CefBrowser};
|
||||
#[cfg(target_os="linux")]
|
||||
use interfaces::CefApp;
|
||||
use interfaces::CefBrowser;
|
||||
use render_handler::CefRenderHandlerExtensions;
|
||||
use rustc_unicode::str::Utf16Encoder;
|
||||
use types::{cef_cursor_handle_t, cef_cursor_type_t, cef_rect_t};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue