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

Unified Diff: third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h

Issue 2578043002: Rename apply() in CSSInterpolationType subclasses (Closed)
Patch Set: rebased Created 4 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
Index: third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h
index d98d8c7441dd1a5fec6d22fb96c5ea83c41f386e..480b09a6c3f2b69c13799f4c800eda98939148a6 100644
--- a/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h
@@ -14,9 +14,9 @@ class CSSPathInterpolationType : public CSSInterpolationType {
CSSPathInterpolationType(PropertyHandle property)
: CSSInterpolationType(property) {}
- void apply(const InterpolableValue&,
- const NonInterpolableValue*,
- InterpolationEnvironment&) const final;
+ void applyStandardPropertyValue(const InterpolableValue&,
+ const NonInterpolableValue*,
+ StyleResolverState&) const final;
void composite(UnderlyingValueOwner&,
double underlyingFraction,
const InterpolationValue&,

Powered by Google App Engine
This is Rietveld 408576698