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

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

Issue 1304993002: Change Rect and Quad to be CSSValues (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@split_counter_out_attempt_3
Patch Set: Removed empty destructor 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 1c624ae790c3ea39081d456841d07f35c22de0ad..335920643b5f5ee47be85feb9ac5c75c619efd86 100644
--- a/Source/core/animation/DeferredLegacyStyleInterpolation.h
+++ b/Source/core/animation/DeferredLegacyStyleInterpolation.h
@@ -15,6 +15,7 @@ namespace blink {
class CSSBasicShape;
class CSSImageValue;
class CSSPrimitiveValue;
+class CSSQuadValue;
class CSSShadowValue;
class CSSSVGDocumentValue;
class CSSValueList;
@@ -37,6 +38,7 @@ public:
static bool interpolationRequiresStyleResolve(const CSSSVGDocumentValue&);
static bool interpolationRequiresStyleResolve(const CSSValueList&);
static bool interpolationRequiresStyleResolve(const CSSBasicShape&);
+ static bool interpolationRequiresStyleResolve(const CSSQuadValue&);
void underlyingStyleChanged() { m_outdated = true; }

Powered by Google App Engine
This is Rietveld 408576698