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: third_party/WebKit/Source/core/animation/css/CSSAnimations.h

Issue 2521103004: Revert of Apply custom property animation (Closed)
Patch Set: Created 4 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: third_party/WebKit/Source/core/animation/css/CSSAnimations.h
diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimations.h b/third_party/WebKit/Source/core/animation/css/CSSAnimations.h
index a5a389b422ae7d578d633f6e857b28a88c613bad..0c70ea86c3767079061e75b481cbad1891658908 100644
--- a/third_party/WebKit/Source/core/animation/css/CSSAnimations.h
+++ b/third_party/WebKit/Source/core/animation/css/CSSAnimations.h
@@ -63,20 +63,12 @@
static const StylePropertyShorthand& propertiesForTransitionAll();
static bool isAnimationAffectingProperty(CSSPropertyID);
static bool isAffectedByKeyframesFromScope(const Element&, const TreeScope&);
- static bool isAnimatingCustomProperties(const ElementAnimations*);
- static bool isCustomPropertyHandle(const PropertyHandle&);
- static void calculateAnimationUpdate(CSSAnimationUpdate&,
- const Element* animatingElement,
- Element&,
- const ComputedStyle&,
- ComputedStyle* parentStyle,
- StyleResolver*);
- static void calculateCompositorAndTransitionUpdate(
- const Element* animatingElement,
- Element&,
- const ComputedStyle&,
- ComputedStyle* parentStyle,
- CSSAnimationUpdate&);
+ static void calculateUpdate(const Element* animatingElement,
+ Element&,
+ const ComputedStyle&,
+ ComputedStyle* parentStyle,
+ CSSAnimationUpdate&,
+ StyleResolver*);
static void snapshotCompositorKeyframes(Element&,
CSSAnimationUpdate&,
const ComputedStyle&,
@@ -156,6 +148,12 @@
Element&,
const ComputedStyle&,
const ComputedStyle* parentStyle);
+ static void calculateAnimationUpdate(CSSAnimationUpdate&,
+ const Element* animatingElement,
+ Element&,
+ const ComputedStyle&,
+ ComputedStyle* parentStyle,
+ StyleResolver*);
static void calculateTransitionUpdate(CSSAnimationUpdate&,
const Element* animatingElement,
const ComputedStyle&);

Powered by Google App Engine
This is Rietveld 408576698