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

Unified Diff: third_party/WebKit/Source/core/animation/CSSValueInterpolationType.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/CSSValueInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
index a1fe2f7b72c52b393ba5d529741e0c28f601f8e9..50e02bec87c14132dcab303f2fefd4da7e27a552 100644
--- a/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
@@ -26,7 +26,7 @@ class CSSValueInterpolationType : public CSSInterpolationType {
}
InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
- const StyleResolverState&) const final {
+ const ComputedStyle&) const final {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698