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

Unified Diff: Source/core/animation/DeferredLegacyStyleInterpolation.h

Issue 1317523002: Changed Pair to be a CSSValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@add_const_to_primvalue
Patch Set: Fixed some callsites from bad rebase Created 5 years, 4 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: Source/core/animation/DeferredLegacyStyleInterpolation.h
diff --git a/Source/core/animation/DeferredLegacyStyleInterpolation.h b/Source/core/animation/DeferredLegacyStyleInterpolation.h
index 335920643b5f5ee47be85feb9ac5c75c619efd86..9d3d3bf24bff89d91110a51a2455003ed0d14300 100644
--- a/Source/core/animation/DeferredLegacyStyleInterpolation.h
+++ b/Source/core/animation/DeferredLegacyStyleInterpolation.h
@@ -19,6 +19,7 @@ class CSSQuadValue;
class CSSShadowValue;
class CSSSVGDocumentValue;
class CSSValueList;
+class CSSValuePair;
class CORE_EXPORT DeferredLegacyStyleInterpolation : public StyleInterpolation {
public:
@@ -37,6 +38,7 @@ public:
static bool interpolationRequiresStyleResolve(const CSSShadowValue&);
static bool interpolationRequiresStyleResolve(const CSSSVGDocumentValue&);
static bool interpolationRequiresStyleResolve(const CSSValueList&);
+ static bool interpolationRequiresStyleResolve(const CSSValuePair&);
static bool interpolationRequiresStyleResolve(const CSSBasicShape&);
static bool interpolationRequiresStyleResolve(const CSSQuadValue&);

Powered by Google App Engine
This is Rietveld 408576698