| Index: third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.h
|
| diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.h b/third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.h
|
| index 2077d3023d3ac8953f5fc89fba708319215d45e3..deae2317912ce2b47b314ee692455f7e1c794c37 100644
|
| --- a/third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.h
|
| +++ b/third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.h
|
| @@ -62,7 +62,7 @@ class CORE_EXPORT KeyframeEffectReadOnly : public AnimationEffectReadOnly {
|
| Priority getPriority() const { return m_priority; }
|
| Element* target() const { return m_target; }
|
|
|
| - void notifySampledEffectRemovedFromAnimationStack();
|
| + void notifySampledEffectRemovedFromEffectStack();
|
|
|
| bool isCandidateForAnimationOnCompositor(double animationPlaybackRate) const;
|
| // Must only be called once.
|
|
|