Index: third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/PaintInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h |
similarity index 81% |
rename from third_party/WebKit/Source/core/animation/PaintInterpolationType.h |
rename to third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h |
index 6fcee4f501ae58b054bbba2138afe54680547074..4239e532f143afd52d11bea79926aff2249317d3 100644 |
--- a/third_party/WebKit/Source/core/animation/PaintInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.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 PaintInterpolationType_h |
-#define PaintInterpolationType_h |
+#ifndef CSSPaintInterpolationType_h |
+#define CSSPaintInterpolationType_h |
#include "core/animation/CSSInterpolationType.h" |
namespace blink { |
-class PaintInterpolationType : public CSSInterpolationType { |
+class CSSPaintInterpolationType : public CSSInterpolationType { |
public: |
- PaintInterpolationType(CSSPropertyID property) |
+ CSSPaintInterpolationType(CSSPropertyID property) |
: CSSInterpolationType(property) |
{ } |
@@ -27,4 +27,4 @@ private: |
} // namespace blink |
-#endif // PaintInterpolationType_h |
+#endif // CSSPaintInterpolationType_h |