| Index: third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/ColorInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
|
| similarity index 88%
|
| rename from third_party/WebKit/Source/core/animation/ColorInterpolationType.h
|
| rename to third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
|
| index 10150339c44410bfa4c0daeb9a3346b395d69e10..62599adb2e162d482c86cef8b6807ec5ea37990e 100644
|
| --- a/third_party/WebKit/Source/core/animation/ColorInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ColorInterpolationType_h
|
| -#define ColorInterpolationType_h
|
| +#ifndef CSSColorInterpolationType_h
|
| +#define CSSColorInterpolationType_h
|
|
|
| #include "core/CSSValueKeywords.h"
|
| #include "core/animation/CSSInterpolationType.h"
|
| @@ -13,9 +13,9 @@ namespace blink {
|
|
|
| class StyleColor;
|
|
|
| -class ColorInterpolationType : public CSSInterpolationType {
|
| +class CSSColorInterpolationType : public CSSInterpolationType {
|
| public:
|
| - ColorInterpolationType(CSSPropertyID property)
|
| + CSSColorInterpolationType(CSSPropertyID property)
|
| : CSSInterpolationType(property)
|
| { }
|
|
|
| @@ -38,4 +38,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ColorInterpolationType_h
|
| +#endif // CSSColorInterpolationType_h
|
|
|