style: Move touch-action outside of mako

This commit is contained in:
CYBAI 2017-12-26 22:05:03 +08:00
parent 97bba5fdc1
commit 05b014e720
6 changed files with 112 additions and 81 deletions

View file

@ -192,6 +192,7 @@ pub extern "C" fn Servo_Initialize(dummy_url_data: *mut URLExtraData) {
traversal_flags::assert_traversal_flags_match();
specified::font::assert_variant_east_asian_matches();
specified::font::assert_variant_ligatures_matches();
specified::box_::assert_touch_action_matches();
// Initialize the dummy url data
unsafe { DUMMY_URL_DATA = dummy_url_data; }