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

Unified Diff: third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.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/CSSLengthListInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h
index 3e1e1b088bbe5d55942312f91012dd2e528e3d07..426b9fb44f01a182e4a0d295326e9762651d780e 100644
--- a/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h
@@ -16,7 +16,7 @@ class CSSLengthListInterpolationType : public CSSInterpolationType {
CSSLengthListInterpolationType(PropertyHandle);
InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
- const StyleResolverState&) const final;
+ const ComputedStyle&) const final;
void composite(UnderlyingValueOwner&,
double underlyingFraction,
const InterpolationValue&,

Powered by Google App Engine
This is Rietveld 408576698