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

Unified Diff: third_party/WebKit/Source/core/animation/CSSValueInterpolationType.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/CSSValueInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
index 4a1674c1807b77934d77732e04220d3742f057b3..e70ed9d64e889bb01a14fe65c7d75072c687a431 100644
--- a/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
@@ -66,9 +66,9 @@ class CSSValueInterpolationType : public CSSInterpolationType {
underlyingValueOwner.set(*this, value);
}
- void apply(const InterpolableValue&,
- const NonInterpolableValue*,
- InterpolationEnvironment&) const final;
+ void applyStandardPropertyValue(const InterpolableValue&,
+ const NonInterpolableValue*,
+ StyleResolverState&) const final;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698