Regenerate bindings draft
authorHiroyuki Ikezoe <hiikezoe@mozilla-japan.org>
Fri, 06 Jan 2017 19:06:54 +0900
changeset 456843 7441947e1a25efd499a8ae9114132ae019b973d5
parent 456842 12106628b2e01686ae886256e8ffcf79426da9dd
child 456844 522365e4d9bf687641ca47e84c0e4a0b400a9a1c
push id40619
push userhiikezoe@mozilla-japan.org
push dateFri, 06 Jan 2017 10:07:41 +0000
milestone53.0a1
Regenerate bindings MozReview-Commit-ID: 83VxSVoWgM2
servo/components/style/gecko_bindings/bindings.rs
--- a/servo/components/style/gecko_bindings/bindings.rs
+++ b/servo/components/style/gecko_bindings/bindings.rs
@@ -619,16 +619,21 @@ extern "C" {
 }
 extern "C" {
     pub fn Gecko_EnsureImageLayersLength(layers: *mut nsStyleImageLayers,
                                          len: usize,
                                          layer_type:
                                              nsStyleImageLayers_LayerType);
 }
 extern "C" {
+    pub fn Gecko_EnsureStyleAnimationArrayLength(array:
+                                                     *mut ::std::os::raw::c_void,
+                                                 len: usize);
+}
+extern "C" {
     pub fn Gecko_ResetStyleCoord(unit: *mut nsStyleUnit,
                                  value: *mut nsStyleUnion);
 }
 extern "C" {
     pub fn Gecko_SetStyleCoordCalcValue(unit: *mut nsStyleUnit,
                                         value: *mut nsStyleUnion,
                                         calc: nsStyleCoord_CalcValue);
 }