mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Auto merge of #7105 - connorimes:cef-7088, r=mbrubeck
Some imports are used in linux only. Fixes #7088. Imports are used in Linux. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7105) <!-- Reviewable:end -->
This commit is contained in:
commit
abf73995f9
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