Bug 1263962 - Expand on the StyleAnimationValue::ExtractComputedValue documentation. r=dholbert

This commit is contained in:
Jonathan Watt 2016-04-01 21:50:08 +01:00
Родитель 825baa7013
Коммит 5a146b5f32
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -226,6 +226,11 @@ public:
* Gets the computed value for the given property from the given style
* context.
*
* Obtaining the computed value allows us to animate properties when the
* content author has specified a value like "inherit" or "initial" or some
* other keyword that isn't directly interpolatable, but which *computes* to
* something interpolatable.
*
* @param aProperty The property whose value we're looking up.
* @param aStyleContext The style context to check for the computed value.
* @param [out] aComputedValue The resulting computed value.