зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
384142c233
Коммит
07c4d7dc13
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче