mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Auto merge of #18367 - aethanyc:media-change-xbl-stylset, r=emilio
style: Expose stylist::set_device() for gecko This was reviewed in bug https://bugzilla.mozilla.org/show_bug.cgi?id=1382078 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18367) <!-- Reviewable:end -->
This commit is contained in:
commit
e97f28e2a6
5 changed files with 1097 additions and 591 deletions
|
@ -1982,6 +1982,11 @@ extern "C" {
|
|||
viewport_units_used:
|
||||
*mut bool) -> u8;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleSet_SetDevice(set: RawServoStyleSetBorrowed,
|
||||
pres_context: RawGeckoPresContextOwned)
|
||||
-> u8;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleSet_CompatModeChanged(raw_data:
|
||||
RawServoStyleSetBorrowed);
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue