aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_interface.rs
diff options
context:
space:
mode:
authorPatrick Walton <pcwalton@mimiga.net>2015-07-10 18:55:20 -0700
committerPatrick Walton <pcwalton@mimiga.net>2015-07-14 13:45:52 -0700
commit9ce65c08a51d1a2a62c1d50ca97415f31df2e5fe (patch)
tree32abb6885680af296405adeeb0901599dd8257a8 /components/script/layout_interface.rs
parente84106535175211526729e532058a7514a0de372 (diff)
downloadservo-9ce65c08a51d1a2a62c1d50ca97415f31df2e5fe.tar.gz
servo-9ce65c08a51d1a2a62c1d50ca97415f31df2e5fe.zip
layout: Make the `LayoutControlChan` use IPC.
Diffstat (limited to 'components/script/layout_interface.rs')
-rw-r--r--components/script/layout_interface.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/layout_interface.rs b/components/script/layout_interface.rs
index b88f60c6b4e..7db08689279 100644
--- a/components/script/layout_interface.rs
+++ b/components/script/layout_interface.rs
@@ -10,6 +10,7 @@ use dom::node::LayoutData;
use euclid::point::Point2D;
use euclid::rect::Rect;
+use ipc_channel::ipc::IpcSender;
use libc::uintptr_t;
use msg::compositor_msg::LayerId;
use msg::constellation_msg::{PipelineExitType, WindowSizeData};
@@ -71,7 +72,7 @@ pub enum Msg {
ExitNow(PipelineExitType),
/// Get the last epoch counter for this layout task.
- GetCurrentEpoch(Sender<Epoch>)
+ GetCurrentEpoch(IpcSender<Epoch>)
}
/// Synchronous messages that script can send to layout.