stylo: Make ComputedValues::to_outer_helper private.

MozReview-Commit-ID: L4VX11FgZg2
This commit is contained in:
Emilio Cobos Álvarez 2017-07-18 11:05:48 +02:00
parent 1bce64f67b
commit b113d54987
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -165,7 +165,7 @@ impl ComputedValuesInner {
unsafe { self.to_outer_helper(device.pres_context(), parent, ty, tag) }
}
pub unsafe fn to_outer_helper(self, pres_context: bindings::RawGeckoPresContextBorrowed,
unsafe fn to_outer_helper(self, pres_context: bindings::RawGeckoPresContextBorrowed,
parent: ParentStyleContextInfo,
pseudo_ty: structs::CSSPseudoElementType,
pseudo_tag: *mut structs::nsIAtom) -> Arc<ComputedValues> {