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

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

Issue 1225553002: CSSValue Immediates: Make CSSPrimitiveValue a container (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cssvalue_patch_1
Patch Set: Rebase Created 5 years, 5 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 21fd7a85b6e83be6f6723cf386b8c3beb8c35039..fa4f18a4f4076d8c07800c66fb72d87387597689 100644
--- a/Source/core/animation/DeferredLegacyStyleInterpolation.h
+++ b/Source/core/animation/DeferredLegacyStyleInterpolation.h
@@ -30,8 +30,8 @@ public:
DECLARE_VIRTUAL_TRACE();
- static bool interpolationRequiresStyleResolve(const CSSValue&);
- static bool interpolationRequiresStyleResolve(const CSSPrimitiveValue&);
+ static bool interpolationRequiresStyleResolve(const CSSValue);
+ static bool interpolationRequiresStyleResolve(const CSSPrimitiveValue);
static bool interpolationRequiresStyleResolve(const CSSImageValue&);
static bool interpolationRequiresStyleResolve(const CSSShadowValue&);
static bool interpolationRequiresStyleResolve(const CSSSVGDocumentValue&);
« no previous file with comments | « Source/core/animation/ColorStyleInterpolation.cpp ('k') | Source/core/animation/DeferredLegacyStyleInterpolation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698