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

Unified Diff: third_party/WebKit/Source/core/animation/CSSColorInterpolationType.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/ColorInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
similarity index 88%
rename from third_party/WebKit/Source/core/animation/ColorInterpolationType.h
rename to third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
index 10150339c44410bfa4c0daeb9a3346b395d69e10..62599adb2e162d482c86cef8b6807ec5ea37990e 100644
--- a/third_party/WebKit/Source/core/animation/ColorInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.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 ColorInterpolationType_h
-#define ColorInterpolationType_h
+#ifndef CSSColorInterpolationType_h
+#define CSSColorInterpolationType_h
#include "core/CSSValueKeywords.h"
#include "core/animation/CSSInterpolationType.h"
@@ -13,9 +13,9 @@ namespace blink {
class StyleColor;
-class ColorInterpolationType : public CSSInterpolationType {
+class CSSColorInterpolationType : public CSSInterpolationType {
public:
- ColorInterpolationType(CSSPropertyID property)
+ CSSColorInterpolationType(CSSPropertyID property)
: CSSInterpolationType(property)
{ }
@@ -38,4 +38,4 @@ private:
} // namespace blink
-#endif // ColorInterpolationType_h
+#endif // CSSColorInterpolationType_h
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698