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

Unified Diff: third_party/WebKit/Source/core/animation/CSSImageInterpolationType.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/CSSImageInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h
index 3d86321712aea9f24d52221990550d75a6b289ca..82f185fb38d23e351d42c1f94a3081ad38b2f374 100644
--- a/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h
@@ -22,9 +22,9 @@ class CSSImageInterpolationType : public CSSInterpolationType {
double underlyingFraction,
const InterpolationValue&,
double interpolationFraction) const final;
- void apply(const InterpolableValue&,
- const NonInterpolableValue*,
- InterpolationEnvironment&) const final;
+ void applyStandardPropertyValue(const InterpolableValue&,
+ const NonInterpolableValue*,
+ StyleResolverState&) const final;
static InterpolationValue maybeConvertCSSValue(const CSSValue&,
bool acceptGradients);

Powered by Google App Engine
This is Rietveld 408576698