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

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

Issue 2694383002: Don't animate caret-color: auto (Closed)
Patch Set: Fix composition test 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/CSSColorInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
index 42693cfdca0eda0c07454cd2b88e8a14a4393533..a42c2ecae77c5e010296efd893d2a037498fa78a 100644
--- a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
@@ -13,6 +13,7 @@
namespace blink {
class StyleColor;
+struct OptionalStyleColor;
class CSSColorInterpolationType : public CSSInterpolationType {
public:
@@ -48,8 +49,8 @@ class CSSColorInterpolationType : public CSSInterpolationType {
InterpolationValue maybeConvertValue(const CSSValue&,
const StyleResolverState*,
ConversionCheckers&) const final;
- InterpolationValue convertStyleColorPair(const StyleColor&,
- const StyleColor&) const;
+ InterpolationValue convertStyleColorPair(const OptionalStyleColor&,
+ const OptionalStyleColor&) const;
const CSSValue* createCSSValue(const InterpolableValue&,
const NonInterpolableValue*,

Powered by Google App Engine
This is Rietveld 408576698