Skip to content

Commit

Permalink
style: Expose stylist::set_device() for gecko
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: L655tvOwyKH
  • Loading branch information
aethanyc committed Sep 4, 2017
1 parent bcddb19 commit 4b09648
Show file tree
Hide file tree
Showing 5 changed files with 1,061 additions and 555 deletions.
5 changes: 5 additions & 0 deletions components/style/gecko/generated/bindings.rs
Expand Up @@ -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);
Expand Down

0 comments on commit 4b09648

Please sign in to comment.