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

Unified Diff: Source/core/animation/KeyframeEffectModel.h

Issue 881183003: Animation: Cancel same-property animations on compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Major fix. Created 5 years, 11 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: Source/core/animation/KeyframeEffectModel.h
diff --git a/Source/core/animation/KeyframeEffectModel.h b/Source/core/animation/KeyframeEffectModel.h
index 8029b3c99d2ce7c6141e352cc6c739225e780a3e..1a2a35a01dddf2f46f869b38949353f9ddc8c41a 100644
--- a/Source/core/animation/KeyframeEffectModel.h
+++ b/Source/core/animation/KeyframeEffectModel.h
@@ -130,7 +130,7 @@ protected:
friend class KeyframeEffectModelTest;
- bool affects(CSSPropertyID property)
+ bool affects(CSSPropertyID property) const override
{
ensureKeyframeGroups();
return m_keyframeGroups->contains(property);

Powered by Google App Engine
This is Rietveld 408576698