aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/servo/lib.rs')
-rw-r--r--components/servo/lib.rs9
1 files changed, 5 insertions, 4 deletions
diff --git a/components/servo/lib.rs b/components/servo/lib.rs
index b8f72554ba5..eea9f414dfe 100644
--- a/components/servo/lib.rs
+++ b/components/servo/lib.rs
@@ -42,6 +42,7 @@ use canvas::WebGLComm;
use canvas::canvas_paint_thread::CanvasPaintThread;
use canvas_traits::webgl::{GlType, WebGLThreads};
use clipboard_delegate::StringRequest;
+pub use compositing::WebRenderDebugOption;
use compositing::{IOCompositor, InitialCompositorState};
pub use compositing_traits::rendering_context::{
OffscreenRenderingContext, RenderingContext, SoftwareRenderingContext, WindowRenderingContext,
@@ -107,10 +108,10 @@ use webview::WebViewInner;
#[cfg(feature = "webxr")]
pub use webxr;
pub use {
- background_hang_monitor, base, canvas, canvas_traits, compositing, devtools, devtools_traits,
- euclid, fonts, ipc_channel, layout_thread_2020, media, net, net_traits, profile,
- profile_traits, script, script_layout_interface, script_traits, servo_config as config,
- servo_config, servo_geometry, servo_url, style, style_traits, webrender_api,
+ background_hang_monitor, base, canvas, canvas_traits, devtools, devtools_traits, euclid, fonts,
+ ipc_channel, layout_thread_2020, media, net, net_traits, profile, profile_traits, script,
+ script_layout_interface, script_traits, servo_config as config, servo_config, servo_geometry,
+ servo_url, style, style_traits, webrender_api,
};
#[cfg(feature = "bluetooth")]
pub use {bluetooth, bluetooth_traits};