| Index: Source/core/animation/InertAnimation.h
|
| diff --git a/Source/core/animation/InertAnimation.h b/Source/core/animation/InertAnimation.h
|
| index 2794acca649b459a083aec1dbaad137f71c4ee67..5adedd89be33c37cebe2085091898b5aa104921d 100644
|
| --- a/Source/core/animation/InertAnimation.h
|
| +++ b/Source/core/animation/InertAnimation.h
|
| @@ -44,6 +44,7 @@ public:
|
| PassOwnPtr<AnimationEffect::CompositableValueMap> sample();
|
| AnimationEffect* effect() const { return m_effect.get(); }
|
| bool paused() const { return m_paused; }
|
| + bool isCandidateForCompositorAnimation() const;
|
|
|
| protected:
|
| virtual bool updateChildrenAndEffects() const OVERRIDE { return false; };
|
|
|