aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface/message.rs
diff options
context:
space:
mode:
authorBobby Holley <bobbyholley@gmail.com>2016-11-01 23:11:24 -0700
committerBobby Holley <bobbyholley@gmail.com>2016-11-24 17:07:38 -0800
commit992f7dddf4771cf298c3510fca82b497d2593750 (patch)
tree1d495d5597da007294c79fc009b17d7f07288cf4 /components/script_layout_interface/message.rs
parente1eff691f8a1d8c9c7ab33344364f0419626b80e (diff)
downloadservo-992f7dddf4771cf298c3510fca82b497d2593750.tar.gz
servo-992f7dddf4771cf298c3510fca82b497d2593750.zip
Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal.
MozReview-Commit-ID: 7wH5XcILVmX
Diffstat (limited to 'components/script_layout_interface/message.rs')
-rw-r--r--components/script_layout_interface/message.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_layout_interface/message.rs b/components/script_layout_interface/message.rs
index 06b661059b6..3af9af32c79 100644
--- a/components/script_layout_interface/message.rs
+++ b/components/script_layout_interface/message.rs
@@ -87,7 +87,7 @@ pub enum Msg {
/// Any query to perform with this reflow.
-#[derive(PartialEq)]
+#[derive(Debug, PartialEq)]
pub enum ReflowQueryType {
NoQuery,
ContentBoxQuery(TrustedNodeAddress),