Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h

Issue 1409073009: Prefix CSSInterpolationType subclasses with "CSS" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_unCSSInterpolationType
Patch Set: CSSNIVs Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698