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

Unified Diff: third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.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/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

Powered by Google App Engine
This is Rietveld 408576698