Make reflow queries always perform reflow. Fixes #5458.

This commit is contained in:
Josh Matthews 2015-03-30 11:03:54 -04:00
parent 629edc5c46
commit a3c13d8a40
2 changed files with 2 additions and 1 deletions

View file

@ -92,6 +92,7 @@ pub enum ReflowGoal {
}
/// Any query to perform with this reflow.
#[derive(PartialEq)]
pub enum ReflowQueryType {
NoQuery,
ContentBoxQuery(TrustedNodeAddress),