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

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

Issue 2809063002: WIP Support var() references in registered custom property keyframes (Closed)
Patch Set: Rebased Created 3 years, 6 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 c2eb7df21b6cd4ef4622236c585585d50907836b..55bc34ac609af7f79653797c3bc794a43c2bcfbf 100644
--- a/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
@@ -11,6 +11,7 @@
namespace blink {
class CSSCustomPropertyDeclaration;
+class CSSVariableResolver;
class ComputedStyle;
class PropertyRegistration;
class StyleResolverState;
@@ -75,10 +76,12 @@ class CSSInterpolationType : public InterpolationType {
InterpolationValue MaybeConvertCustomPropertyDeclaration(
const CSSCustomPropertyDeclaration&,
const StyleResolverState&,
+ CSSVariableResolver&,
ConversionCheckers&) const;
InterpolationValue MaybeConvertCustomPropertyDeclarationInternal(
const CSSCustomPropertyDeclaration&,
const StyleResolverState&,
+ CSSVariableResolver&,
ConversionCheckers&) const;
virtual const CSSValue* CreateCSSValue(const InterpolableValue&,

Powered by Google App Engine
This is Rietveld 408576698