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

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

Issue 2617453003: Make CSSInterpolationType::maybeConvertSingle() final (Closed)
Patch Set: No lambdas Created 3 years, 12 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: third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h
index 90eb0a4901cb85eec82f1e2e1a32cde04450521e..0b4a379ac36682a129a85a1cb181eeca47c16a4b 100644
--- a/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h
@@ -27,10 +27,6 @@ class CSSScaleInterpolationType : public CSSInterpolationType {
StyleResolverState&) const final;
private:
- InterpolationValue maybeConvertSingle(const PropertySpecificKeyframe&,
- const InterpolationEnvironment&,
- const InterpolationValue& underlying,
- ConversionCheckers&) const final;
InterpolationValue maybeConvertNeutral(const InterpolationValue& underlying,
ConversionCheckers&) const final;
InterpolationValue maybeConvertInitial(const StyleResolverState&,
@@ -40,6 +36,8 @@ class CSSScaleInterpolationType : public CSSInterpolationType {
InterpolationValue maybeConvertValue(const CSSValue&,
const StyleResolverState&,
ConversionCheckers&) const final;
+ void additiveKeyframeHook(InterpolationValue&) const final;
+
PairwiseInterpolationValue maybeMergeSingles(
InterpolationValue&&,
InterpolationValue&&) const final;

Powered by Google App Engine
This is Rietveld 408576698