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

Unified Diff: Source/core/page/animation/CSSPropertyAnimation.h

Issue 14556022: Simplify animation testing API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 7 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: Source/core/page/animation/CSSPropertyAnimation.h
diff --git a/Source/core/page/animation/CSSPropertyAnimation.h b/Source/core/page/animation/CSSPropertyAnimation.h
index 124d7a95426ba37b8b52b37eb94a21b5fb225b2c..29a503d98d46fe8b4f62d2fb2f6f86124ba10c75 100644
--- a/Source/core/page/animation/CSSPropertyAnimation.h
+++ b/Source/core/page/animation/CSSPropertyAnimation.h
@@ -45,8 +45,6 @@ public:
static CSSPropertyID getPropertyAtIndex(int, bool& isShorthand);
static int getNumProperties();
- static HashSet<CSSPropertyID> animatableShorthandsAffectingProperty(CSSPropertyID);
-
// Return true if we need to start software animation timers
static bool blendProperties(const AnimationBase*, CSSPropertyID, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress);
private:
« no previous file with comments | « Source/core/page/animation/AnimationControllerPrivate.h ('k') | Source/core/page/animation/CSSPropertyAnimation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698