mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
auto merge of #5459 : jdm/servo/reflowquery, r=saneyuki
This commit is contained in:
commit
6bedf4a229
2 changed files with 2 additions and 1 deletions
|
@ -97,6 +97,7 @@ pub enum ReflowGoal {
|
|||
}
|
||||
|
||||
/// Any query to perform with this reflow.
|
||||
#[derive(PartialEq)]
|
||||
pub enum ReflowQueryType {
|
||||
NoQuery,
|
||||
ContentBoxQuery(TrustedNodeAddress),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue