style: Move list of Servo Boxed types to a separate header file.

Differential Revision: https://phabricator.services.mozilla.com/D8652
This commit is contained in:
Cameron McCormack 2018-10-14 00:06:05 +00:00 committed by Emilio Cobos Álvarez
parent 52d054ab5f
commit 89e4d6c049
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 28 additions and 20 deletions

View file

@ -9,7 +9,7 @@
from itertools import groupby
%>
#[cfg(feature = "gecko")] use gecko_bindings::bindings::RawServoAnimationValueMap;
#[cfg(feature = "gecko")] use gecko_bindings::structs::RawServoAnimationValueMap;
#[cfg(feature = "gecko")] use gecko_bindings::structs::RawGeckoGfxMatrix4x4;
#[cfg(feature = "gecko")] use gecko_bindings::structs::nsCSSPropertyID;
#[cfg(feature = "gecko")] use gecko_bindings::sugar::ownership::{HasFFI, HasSimpleFFI};