Chromium Code Reviews| Index: third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp |
| diff --git a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp |
| index 25f132b4e601c1dc312efafbd663fe03732701c9..8e992eb0369fe7b0f2686d10ada24512c7ee235f 100644 |
| --- a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp |
| +++ b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp |
| @@ -14,6 +14,8 @@ |
| namespace blink { |
| +using namespace cssvalue; |
| + |
| enum InterpolableColorIndex : unsigned { |
| Red, |
| Green, |