Index: third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/ShadowListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h |
similarity index 84% |
rename from third_party/WebKit/Source/core/animation/ShadowListInterpolationType.h |
rename to third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h |
index 82d847c1adcd00678f7da886b0dc5fdf0c302be1..2aef910d1cf279d9ea9f7cf854a8125586d91d7b 100644 |
--- a/third_party/WebKit/Source/core/animation/ShadowListInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.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 ShadowListInterpolationType_h |
-#define ShadowListInterpolationType_h |
+#ifndef CSSShadowListInterpolationType_h |
+#define CSSShadowListInterpolationType_h |
#include "core/animation/CSSInterpolationType.h" |
@@ -11,9 +11,9 @@ namespace blink { |
class ShadowList; |
-class ShadowListInterpolationType : public CSSInterpolationType { |
+class CSSShadowListInterpolationType : public CSSInterpolationType { |
public: |
- ShadowListInterpolationType(CSSPropertyID property) |
+ CSSShadowListInterpolationType(CSSPropertyID property) |
: CSSInterpolationType(property) |
{ } |
@@ -34,4 +34,4 @@ private: |
} // namespace blink |
-#endif // ShadowListInterpolationType_h |
+#endif // CSSShadowListInterpolationType_h |