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

Unified Diff: third_party/WebKit/Source/core/animation/SampledEffect.cpp

Issue 2397113002: Move content up to KeyframeEffectReadOnly (Closed)
Patch Set: Created 4 years, 2 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/SampledEffect.cpp
diff --git a/third_party/WebKit/Source/core/animation/SampledEffect.cpp b/third_party/WebKit/Source/core/animation/SampledEffect.cpp
index 4134467c2ee9db9c03d1478c29fd4674baec67a5..93faf1b10f34903f3892681808e7f4192706bc27 100644
--- a/third_party/WebKit/Source/core/animation/SampledEffect.cpp
+++ b/third_party/WebKit/Source/core/animation/SampledEffect.cpp
@@ -6,7 +6,7 @@
namespace blink {
-SampledEffect::SampledEffect(KeyframeEffect* effect)
+SampledEffect::SampledEffect(KeyframeEffectReadOnly* effect)
: m_effect(effect),
m_sequenceNumber(effect->animation()->sequenceNumber()),
m_priority(effect->getPriority()) {}

Powered by Google App Engine
This is Rietveld 408576698