diff options
author | Brandon Fairchild <csbit32@gmail.com> | 2015-12-20 19:21:51 -0500 |
---|---|---|
committer | Brandon Fairchild <csbit32@gmail.com> | 2015-12-20 20:43:31 -0500 |
commit | 637afecec972c290dcfe036df8e3fc7ebaa2bc0d (patch) | |
tree | f9335f79930f15ecd42cc851a9ef0ccb9453016a /components/script/lib.rs | |
parent | a900196b3f56fac46f86d8a8157a61f14fdca364 (diff) | |
download | servo-637afecec972c290dcfe036df8e3fc7ebaa2bc0d.tar.gz servo-637afecec972c290dcfe036df8e3fc7ebaa2bc0d.zip |
Move LayerKind and ScrollPolicy enums to gfx_traits
This also moves LayerId and LayerProperties to gfx_traits.
Fixes #8836.
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index cec53d69ae2..743b56be20f 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -43,6 +43,7 @@ extern crate devtools_traits; extern crate encoding; extern crate euclid; extern crate fnv; +extern crate gfx_traits; extern crate html5ever; extern crate hyper; extern crate image; |