Update flags for absolutely positioned elements on style changes

Fixes #17307.
This commit is contained in:
Matt Brubeck 2017-06-30 14:32:06 -07:00
parent f01e1da01e
commit 2aef2af9b8
7 changed files with 96 additions and 5 deletions

View file

@ -12,7 +12,7 @@ path = "lib.rs"
[dependencies]
app_units = "0.5"
atomic_refcell = "0.1"
bitflags = "0.7"
bitflags = "0.8"
canvas_traits = {path = "../canvas_traits"}
euclid = "0.15"
fnv = "1.0"