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

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

Issue 292173009: Web Animations - responsive interpolation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@0519_MySeparation
Patch Set: applyAndSnapshotAnimatableValue Created 6 years, 7 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/StringKeyframe.h
diff --git a/Source/core/animation/StringKeyframe.h b/Source/core/animation/StringKeyframe.h
index 7bf226e8cc74d0d20c977675bf70a7667169d84d..c6a753e3a7647d99041000db07c8d706f74959db 100644
--- a/Source/core/animation/StringKeyframe.h
+++ b/Source/core/animation/StringKeyframe.h
@@ -36,7 +36,6 @@ public:
CSSValue* value() const { return m_value.get(); }
virtual const PassRefPtrWillBeRawPtr<AnimatableValue> getAnimatableValue() const OVERRIDE FINAL {
- ASSERT(m_animatableValueCache);
shans 2014/05/26 03:31:01 Why did we remove this assert?
alancutter (OOO until 2018) 2014/05/26 05:22:41 This may return nullptr for transform/opacity now
Eric Willigers 2014/05/26 06:32:47 With deferred style resolving, the keyframe's cach
return m_animatableValueCache.get();
}

Powered by Google App Engine
This is Rietveld 408576698