| Index: third_party/WebKit/Source/core/animation/KeyframeEffect.h
|
| diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffect.h b/third_party/WebKit/Source/core/animation/KeyframeEffect.h
|
| index f468153b6d32d3547c785cca7c65dca9c92f74da..c00d24f03279516fb821d4e73c8f73594bc53804 100644
|
| --- a/third_party/WebKit/Source/core/animation/KeyframeEffect.h
|
| +++ b/third_party/WebKit/Source/core/animation/KeyframeEffect.h
|
| @@ -72,6 +72,7 @@ public:
|
| Priority priority() const { return m_priority; }
|
| Element* target() const { return m_target; }
|
|
|
| + void notifySampledEffectRemovedFromAnimationStack();
|
| #if !ENABLE(OILPAN)
|
| void notifyElementDestroyed();
|
| #endif
|
|
|