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

Unified Diff: sky/engine/core/animation/AnimationStack.h

Issue 772673002: Fix Animations, Remove Compostior Animations. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: CompositorPendingAnimations -> PendingAnimations Created 6 years 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
« no previous file with comments | « sky/engine/core/animation/AnimationPlayerTest.cpp ('k') | sky/engine/core/animation/AnimationStack.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/animation/AnimationStack.h
diff --git a/sky/engine/core/animation/AnimationStack.h b/sky/engine/core/animation/AnimationStack.h
index f4f5606d5fc9ae2cbea63aa11612a9bb0fa63b76..5595dd1054e84df0132b124bd14ddd89bf0c6d01 100644
--- a/sky/engine/core/animation/AnimationStack.h
+++ b/sky/engine/core/animation/AnimationStack.h
@@ -52,11 +52,8 @@ public:
void add(PassOwnPtr<SampledEffect> effect) { m_effects.append(effect); }
bool isEmpty() const { return m_effects.isEmpty(); }
bool affects(CSSPropertyID) const;
- bool hasActiveAnimationsOnCompositor(CSSPropertyID) const;
static HashMap<CSSPropertyID, RefPtr<Interpolation> > activeInterpolations(AnimationStack*, const Vector<RawPtr<InertAnimation> >* newAnimations, const HashSet<RawPtr<const AnimationPlayer> >* cancelledAnimationPlayers, Animation::Priority, double timelineCurrentTime);
- bool getAnimatedBoundingBox(FloatBox&, CSSPropertyID) const;
-
private:
void simplifyEffects();
// Effects sorted by priority. Lower priority at the start of the list.
« no previous file with comments | « sky/engine/core/animation/AnimationPlayerTest.cpp ('k') | sky/engine/core/animation/AnimationStack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698