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

Unified Diff: Source/core/animation/InertAnimation.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/animation/InertAnimation.h
diff --git a/Source/core/animation/InertAnimation.h b/Source/core/animation/InertAnimation.h
index 2794acca649b459a083aec1dbaad137f71c4ee67..5adedd89be33c37cebe2085091898b5aa104921d 100644
--- a/Source/core/animation/InertAnimation.h
+++ b/Source/core/animation/InertAnimation.h
@@ -44,6 +44,7 @@ public:
PassOwnPtr<AnimationEffect::CompositableValueMap> sample();
AnimationEffect* effect() const { return m_effect.get(); }
bool paused() const { return m_paused; }
+ bool isCandidateForCompositorAnimation() const;
shans 2013/11/18 01:02:06 Does this need an implementation?
dstockwell 2013/11/18 05:30:34 Removed.
protected:
virtual bool updateChildrenAndEffects() const OVERRIDE { return false; };

Powered by Google App Engine
This is Rietveld 408576698