| Index: third_party/WebKit/Source/core/animation/css/CSSAnimations.h
|
| diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimations.h b/third_party/WebKit/Source/core/animation/css/CSSAnimations.h
|
| index f3bc9a7fe03b20f112dd2f284fac79fd902f5c22..273f3669fc54bf812bc7ee40cd8c79bfcbee92b1 100644
|
| --- a/third_party/WebKit/Source/core/animation/css/CSSAnimations.h
|
| +++ b/third_party/WebKit/Source/core/animation/css/CSSAnimations.h
|
| @@ -61,6 +61,7 @@ public:
|
|
|
| static const StylePropertyShorthand& propertiesForTransitionAll();
|
| static bool isAnimatableProperty(CSSPropertyID);
|
| + static bool isAffectedByKeyframesFromScope(const Element&, const TreeScope&);
|
| static void calculateUpdate(const Element* animatingElement, Element&, const ComputedStyle&, ComputedStyle* parentStyle, CSSAnimationUpdate&, StyleResolver*);
|
| static void snapshotCompositorKeyframes(Element&, CSSAnimationUpdate&, const ComputedStyle&, const ComputedStyle* parentStyle);
|
|
|
|
|