diff options
author | Josh Matthews <josh@joshmatthews.net> | 2015-03-30 11:03:54 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2015-04-01 11:56:47 -0400 |
commit | a3c13d8a4031fb7e9bcabfd84d37082118deb9ff (patch) | |
tree | a678e24cf11d65e5b98e91c7166bab5cedb448da /components/script/layout_interface.rs | |
parent | 629edc5c46a869b5bb6bc51b8d39b0115702a00c (diff) | |
download | servo-a3c13d8a4031fb7e9bcabfd84d37082118deb9ff.tar.gz servo-a3c13d8a4031fb7e9bcabfd84d37082118deb9ff.zip |
Make reflow queries always perform reflow. Fixes #5458.
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 9b7e3a292ea..ab294e09436 100644 --- a/components/script/layout_interface.rs +++ b/components/script/layout_interface.rs @@ -92,6 +92,7 @@ pub enum ReflowGoal { } /// Any query to perform with this reflow. +#[derive(PartialEq)] pub enum ReflowQueryType { NoQuery, ContentBoxQuery(TrustedNodeAddress), |