Index: third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/ImageListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h |
similarity index 84% |
rename from third_party/WebKit/Source/core/animation/ImageListInterpolationType.h |
rename to third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h |
index 8e40f8364d6f5957fdadc760e22164c804098e8b..7ef5824379036c4213b04e8df2940ddbc1111b14 100644 |
--- a/third_party/WebKit/Source/core/animation/ImageListInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h |
@@ -2,17 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef ImageListInterpolationType_h |
-#define ImageListInterpolationType_h |
+#ifndef CSSImageListInterpolationType_h |
+#define CSSImageListInterpolationType_h |
#include "core/animation/CSSInterpolationType.h" |
#include "core/animation/ImageListPropertyFunctions.h" |
namespace blink { |
-class ImageListInterpolationType : public CSSInterpolationType { |
+class CSSImageListInterpolationType : public CSSInterpolationType { |
public: |
- ImageListInterpolationType(CSSPropertyID property) |
+ CSSImageListInterpolationType(CSSPropertyID property) |
: CSSInterpolationType(property) |
{ } |
@@ -33,4 +33,4 @@ private: |
} // namespace blink |
-#endif // ImageListInterpolationType_h |
+#endif // CSSImageListInterpolationType_h |