stylo: Honor the relevant link visited pref.

MozReview-Commit-ID: D5NiEJUpONQ
This commit is contained in:
Emilio Cobos Álvarez 2017-07-23 17:37:46 +02:00
parent 04e855c38d
commit 9b2d96f7e7
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
5 changed files with 20 additions and 2 deletions

View file

@ -117,6 +117,9 @@ pub struct SharedStyleContext<'a> {
/// The CSS selector stylist.
pub stylist: &'a Stylist,
/// Whether visited styles are enabled.
pub visited_styles_enabled: bool,
/// Configuration options.
pub options: StyleSystemOptions,