mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Rename StyleContext to ComputedStyle.
Bug: 1447483 Reviewed-by: jwatt MozReview-Commit-ID: KATZ6DkmpVY Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
This commit is contained in:
parent
2de89377db
commit
bd70c405b4
8 changed files with 148 additions and 148 deletions
|
@ -667,8 +667,7 @@ impl<E: TElement> StyleSharingCache<E> {
|
|||
}
|
||||
|
||||
// We do not ignore visited state here, because Gecko needs to store
|
||||
// extra bits on visited style contexts, so these contexts cannot be
|
||||
// shared.
|
||||
// extra bits on visited styles, so these contexts cannot be shared.
|
||||
if target.element.state() != candidate.state() {
|
||||
trace!("Miss: User and Author State");
|
||||
return None;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue