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

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

Issue 2394993002: Move Priority enum/field 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/AnimationStack.cpp
diff --git a/third_party/WebKit/Source/core/animation/AnimationStack.cpp b/third_party/WebKit/Source/core/animation/AnimationStack.cpp
index 5bfbff081c97a93057f03a93f1610dec9193bc4f..83b11e62ebfa4e0b8f8582c1af1d1bcc87e8fa4f 100644
--- a/third_party/WebKit/Source/core/animation/AnimationStack.cpp
+++ b/third_party/WebKit/Source/core/animation/AnimationStack.cpp
@@ -104,7 +104,7 @@ ActiveInterpolationsMap AnimationStack::activeInterpolations(
AnimationStack* animationStack,
const HeapVector<Member<const InertEffect>>* newAnimations,
const HeapHashSet<Member<const Animation>>* suppressedAnimations,
- KeyframeEffect::Priority priority,
+ KeyframeEffectReadOnly::Priority priority,
PropertyHandleFilter propertyHandleFilter) {
ActiveInterpolationsMap result;

Powered by Google App Engine
This is Rietveld 408576698