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

Unified Diff: Source/core/frame/animation/AnimationControllerPrivate.h

Issue 23874019: Web Animations CSS: Start running animations on the compositor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/frame/animation/AnimationControllerPrivate.h
diff --git a/Source/core/frame/animation/AnimationControllerPrivate.h b/Source/core/frame/animation/AnimationControllerPrivate.h
index 671ec89b5732e5077ea75d9659ac4c9fb7ba0673..42901e0e19eb87feabf3641df89846f127f27b20 100644
--- a/Source/core/frame/animation/AnimationControllerPrivate.h
+++ b/Source/core/frame/animation/AnimationControllerPrivate.h
@@ -76,9 +76,9 @@ public:
void serviceAnimations();
- bool isRunningAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow) const;
- bool isRunningAcceleratableAnimationOnRenderer(RenderObject*) const;
- bool isRunningAcceleratedAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow) const;
+ bool isRunningAnimationOnRenderer(const RenderObject*, CSSPropertyID, bool isRunningNow) const;
+ bool isRunningAcceleratableAnimationOnRenderer(const RenderObject*) const;
+ bool isRunningAcceleratedAnimationOnRenderer(const RenderObject*, CSSPropertyID, bool isRunningNow) const;
void pauseAnimationsForTesting(double t);
unsigned numberOfActiveAnimations(Document*) const;

Powered by Google App Engine
This is Rietveld 408576698