mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +01:00
Remove the ConvertPipelineIdToWebRender trait.
This commit is contained in:
parent
2b58586299
commit
f0ca775c80
9 changed files with 8 additions and 20 deletions
|
@ -11,7 +11,6 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
gfx = {path = "../gfx"}
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
layout_traits = {path = "../layout_traits"}
|
||||
script_traits = {path = "../script_traits"}
|
||||
style_traits = {path = "../style_traits"}
|
||||
msg = {path = "../msg"}
|
||||
|
|
|
@ -27,7 +27,6 @@ use layers::platform::surface::NativeDisplay;
|
|||
use layers::rendergl;
|
||||
use layers::rendergl::RenderContext;
|
||||
use layers::scene::Scene;
|
||||
use layout_traits::ConvertPipelineIdToWebRender;
|
||||
use msg::constellation_msg::{Image, PixelFormat};
|
||||
use msg::constellation_msg::{Key, KeyModifiers, KeyState, LoadData};
|
||||
use msg::constellation_msg::{NavigationDirection, PipelineId, PipelineIndex, PipelineNamespaceId};
|
||||
|
|
|
@ -21,7 +21,6 @@ extern crate gleam;
|
|||
extern crate image;
|
||||
extern crate ipc_channel;
|
||||
extern crate layers;
|
||||
extern crate layout_traits;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate msg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue