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

Unified Diff: third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.cpp

Issue 2651533005: Make StyleResolverState argument a pointer in maybeConvertValue() (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/CSSSizeListInterpolationType.cpp
diff --git a/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.cpp
index e6158e08f263ee7e4f982c315f2fe15b4de9b66e..6ee08cc9898e25f9c50004c2f45b1c0f50999931 100644
--- a/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.cpp
+++ b/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.cpp
@@ -140,7 +140,7 @@ InterpolationValue CSSSizeListInterpolationType::maybeConvertInherit(
InterpolationValue CSSSizeListInterpolationType::maybeConvertValue(
const CSSValue& value,
- const StyleResolverState&,
+ const StyleResolverState*,
ConversionCheckers&) const {
return maybeConvertCSSSizeList(value);
}

Powered by Google App Engine
This is Rietveld 408576698