aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_interface.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2015-11-07 22:34:45 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2015-11-07 22:34:45 +0530
commit9a465c58429547b59b8a6e1258eaaea46bf7e5a2 (patch)
tree698f938b9cbbc80be946853d4704357c84e8192a /components/script/layout_interface.rs
parent7c4fd5e77078b523ae368f42c7d43c9d76acaf50 (diff)
parent28f5d54334b17064b0eaf02614b8256f27f4bfb2 (diff)
downloadservo-9a465c58429547b59b8a6e1258eaaea46bf7e5a2.tar.gz
servo-9a465c58429547b59b8a6e1258eaaea46bf7e5a2.zip
Auto merge of #8355 - Ms2ger:Exit, r=nox
Cleanup exit messages and related code. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8355) <!-- Reviewable:end -->
Diffstat (limited to 'components/script/layout_interface.rs')
-rw-r--r--components/script/layout_interface.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/layout_interface.rs b/components/script/layout_interface.rs
index afc7adedbd3..7a735d22737 100644
--- a/components/script/layout_interface.rs
+++ b/components/script/layout_interface.rs
@@ -14,7 +14,7 @@ use ipc_channel::ipc::{IpcReceiver, IpcSender};
use libc::uintptr_t;
use msg::compositor_msg::Epoch;
use msg::compositor_msg::LayerId;
-use msg::constellation_msg::{ConstellationChan, Failure, PipelineExitType, PipelineId};
+use msg::constellation_msg::{ConstellationChan, Failure, PipelineId};
use msg::constellation_msg::{WindowSizeData};
use net_traits::PendingAsyncLoad;
use net_traits::image_cache_task::ImageCacheTask;
@@ -78,7 +78,7 @@ pub enum Msg {
/// Requests that the layout task immediately shut down. There must be no more nodes left after
/// this, or layout will crash.
- ExitNow(PipelineExitType),
+ ExitNow,
/// Get the last epoch counter for this layout task.
GetCurrentEpoch(IpcSender<Epoch>),