Bug 1343153 - Part 3: Replace pointer to const with immutable reference for nsTimingFunction. r=emilio,hiro

MozReview-Commit-ID: BcY4mTtCtjn

--HG--
extra : rebase_source : c0884e86971bbb50028247b11c4f93ad72babc21
This commit is contained in:
Boris Chiou 2017-03-21 14:29:43 +08:00
Родитель 384142c233
Коммит 07c4d7dc13
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -68,7 +68,7 @@ SERVO_BINDING_FUNC(Servo_StyleSet_NoteStyleSheetsChanged, void,
SERVO_BINDING_FUNC(Servo_StyleSet_FillKeyframesForName, bool,
RawServoStyleSetBorrowed set,
const nsACString* property,
const nsTimingFunction* timing_function,
nsTimingFunctionBorrowed timing_function,
ServoComputedValuesBorrowed computed_values,
RawGeckoKeyframeListBorrowedMut keyframe_list)

Просмотреть файл

@ -123,6 +123,7 @@ DECL_BORROWED_REF_TYPE_FOR(RawGeckoKeyframeList)
DECL_BORROWED_MUT_REF_TYPE_FOR(RawGeckoComputedKeyframeValuesList)
DECL_BORROWED_REF_TYPE_FOR(RawGeckoStyleAnimationList)
DECL_BORROWED_MUT_REF_TYPE_FOR(nsTimingFunction)
DECL_BORROWED_REF_TYPE_FOR(nsTimingFunction)
#undef DECL_ARC_REF_TYPE_FOR
#undef DECL_OWNED_REF_TYPE_FOR