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

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

Issue 2657553003: Make maybeConvertStandardUnderlyingValue take a ComputedStyle instead of StyleResolverState (Closed)
Patch Set: Rebased Created 3 years, 10 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/CSSPathInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h
index dadc68776113c0c6f4438fec24ec11c7fe74426b..6c53643b4618727911b3079882d4835432ff59bb 100644
--- a/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h
@@ -33,7 +33,7 @@ class CSSPathInterpolationType : public CSSInterpolationType {
const StyleResolverState*,
ConversionCheckers&) const final;
InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
- const StyleResolverState&) const final;
+ const ComputedStyle&) const final;
PairwiseInterpolationValue maybeMergeSingles(
InterpolationValue&& start,
InterpolationValue&& end) const final;

Powered by Google App Engine
This is Rietveld 408576698