style: Add CAN_ANIMATE_ON_COMPOSITOR in Servo side and propagate it to ServoCSSPropList.h.

Bug: 1454830
Reviewed-by: emilio
MozReview-Commit-ID: 2OBCliDY02g
This commit is contained in:
Xidorn Quan 2018-04-20 20:32:57 +10:00 committed by Emilio Cobos Álvarez
parent bc81f09833
commit 0f19c25706
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 14 additions and 8 deletions

View file

@ -788,6 +788,8 @@ bitflags! {
/// This property's getComputedStyle implementation requires layout
/// to be flushed.
const GETCS_NEEDS_LAYOUT_FLUSH = 0;
/// This property can be animated on the compositor.
const CAN_ANIMATE_ON_COMPOSITOR = 0;
}
}