aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko/mod.rs
diff options
context:
space:
mode:
authorBobby Holley <bobbyholley@gmail.com>2016-11-02 18:46:04 -0700
committerBobby Holley <bobbyholley@gmail.com>2016-11-07 11:10:48 -0800
commita2c7a9d0fb7174f9188640ba2fb5a3df7821c1a8 (patch)
tree8fe3228394856e7f55053c3399e2887a64d263e8 /components/style/gecko/mod.rs
parentb69fdad8e44d77b5a946ee4155ab3da3320d93cd (diff)
downloadservo-a2c7a9d0fb7174f9188640ba2fb5a3df7821c1a8.tar.gz
servo-a2c7a9d0fb7174f9188640ba2fb5a3df7821c1a8.zip
Stop using associated types for the concrete TRestyleDamage implementation.
MozReview-Commit-ID: LfaZFCVlIb1
Diffstat (limited to 'components/style/gecko/mod.rs')
-rw-r--r--components/style/gecko/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/gecko/mod.rs b/components/style/gecko/mod.rs
index 7153a7e3da2..ee462ef4b81 100644
--- a/components/style/gecko/mod.rs
+++ b/components/style/gecko/mod.rs
@@ -5,6 +5,7 @@
pub mod context;
pub mod data;
+pub mod restyle_damage;
pub mod snapshot;
pub mod snapshot_helpers;
pub mod traversal;