style: Replace Gecko's hacky EXPERIMENTAL set with the same mechanism as servo.

We can remove the PREF_foo bits in a bit.
This commit is contained in:
Emilio Cobos Álvarez 2017-11-16 02:50:53 +01:00
parent 187d28c732
commit 2bd91d21d7
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
5 changed files with 19 additions and 27 deletions

View file

@ -912,6 +912,7 @@ ${helpers.predefined_type(
<%helpers:longhand name="touch-action"
products="gecko"
animation_value_type="discrete"
gecko_pref="layout.css.touch_action.enabled"
spec="https://compat.spec.whatwg.org/#touch-action">
use gecko_bindings::structs;
use std::fmt;