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

Unified Diff: third_party/WebKit/Source/core/animation/CSSInterpolationType.h

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/CSSInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/CSSInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
index f97a21d0ee9dc63bbbf489eb9eaf910fa4bdc661..728546ce0f704a081dcd2a16699bba862672522a 100644
--- a/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
@@ -30,7 +30,7 @@ class CSSInterpolationType : public InterpolationType {
virtual InterpolationValue maybeConvertInherit(const StyleResolverState&,
ConversionCheckers&) const = 0;
virtual InterpolationValue maybeConvertValue(const CSSValue&,
- const StyleResolverState&,
+ const StyleResolverState*,
ConversionCheckers&) const = 0;
virtual void additiveKeyframeHook(InterpolationValue&) const {}

Powered by Google App Engine
This is Rietveld 408576698