Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Unified Diff: third_party/WebKit/Source/core/animation/KeyframeEffect.h

Issue 1698093005: Discard SampledEffects on elements if they are redundant (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_renameToSampledEffect
Patch Set: Rebased Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698