diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-04-01 14:03:43 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-04-01 14:03:43 -0600 |
commit | 6bedf4a229f07a9cce589466cb398cd5afdd382d (patch) | |
tree | 075e536865b2974a6ce310b16b73ef65ada75bcf /components/script/layout_interface.rs | |
parent | afbc51a746af79f3daf14d77002a47967ef3d38e (diff) | |
parent | a3c13d8a4031fb7e9bcabfd84d37082118deb9ff (diff) | |
download | servo-6bedf4a229f07a9cce589466cb398cd5afdd382d.tar.gz servo-6bedf4a229f07a9cce589466cb398cd5afdd382d.zip |
auto merge of #5459 : jdm/servo/reflowquery, r=saneyuki
Diffstat (limited to 'components/script/layout_interface.rs')
-rw-r--r-- | components/script/layout_interface.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/layout_interface.rs b/components/script/layout_interface.rs index a0062a287b6..e0671763b13 100644 --- a/components/script/layout_interface.rs +++ b/components/script/layout_interface.rs @@ -97,6 +97,7 @@ pub enum ReflowGoal { } /// Any query to perform with this reflow. +#[derive(PartialEq)] pub enum ReflowQueryType { NoQuery, ContentBoxQuery(TrustedNodeAddress), |