| Index: third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/NumberInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h
|
| similarity index 81%
|
| rename from third_party/WebKit/Source/core/animation/NumberInterpolationType.h
|
| rename to third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h
|
| index ee1a70e988ba4d47df36916ccf2edbece9009cd7..8adb12e1c04c000840fa36bac82bc3f5dfc78c8d 100644
|
| --- a/third_party/WebKit/Source/core/animation/NumberInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NumberInterpolationType_h
|
| -#define NumberInterpolationType_h
|
| +#ifndef CSSNumberInterpolationType_h
|
| +#define CSSNumberInterpolationType_h
|
|
|
| #include "core/animation/CSSInterpolationType.h"
|
|
|
| namespace blink {
|
|
|
| -class NumberInterpolationType : public CSSInterpolationType {
|
| +class CSSNumberInterpolationType : public CSSInterpolationType {
|
| public:
|
| - NumberInterpolationType(CSSPropertyID property)
|
| + CSSNumberInterpolationType(CSSPropertyID property)
|
| : CSSInterpolationType(property)
|
| { }
|
|
|
| @@ -28,4 +28,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // NumberInterpolationType_h
|
| +#endif // CSSNumberInterpolationType_h
|
|
|