Chromium Code Reviews| 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; |
|
shans
2013/11/18 01:02:06
Does this need an implementation?
dstockwell
2013/11/18 05:30:34
Removed.
|
| protected: |
| virtual bool updateChildrenAndEffects() const OVERRIDE { return false; }; |