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

Unified Diff: third_party/WebKit/Source/core/animation/CSSClipInterpolationType.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/CSSClipInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.h
index 8fc7ec45d83009aac9a29425de2838d83edccdfb..419980ad55b9fa44ab561e579e8e28d38bbfc3e1 100644
--- a/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.h
@@ -17,7 +17,7 @@ class CSSClipInterpolationType : public CSSInterpolationType {
}
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