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

Unified Diff: third_party/WebKit/Source/core/animation/CSSInterpolationType.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/CSSInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/CSSInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
index 728546ce0f704a081dcd2a16699bba862672522a..3628fd6fd6c5d4cf6e74f0d81256f186a4ed32c2 100644
--- a/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
@@ -37,7 +37,7 @@ class CSSInterpolationType : public InterpolationType {
InterpolationValue maybeConvertUnderlyingValue(
const InterpolationEnvironment&) const final;
virtual InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
- const StyleResolverState&) const = 0;
+ const ComputedStyle&) const = 0;
void apply(const InterpolableValue&,
const NonInterpolableValue*,

Powered by Google App Engine
This is Rietveld 408576698