Index: third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl |
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitPadding.h b/third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl |
similarity index 69% |
rename from third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitPadding.h |
rename to third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl |
index 22c2497ecd81afb1294566b4ba43790ecf5a59b6..f008171940d3c65e23934254f7478557106f7e5a 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitPadding.h |
+++ b/third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl |
@@ -2,20 +2,18 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CSSPropertyAPIWebkitPadding_h |
-#define CSSPropertyAPIWebkitPadding_h |
+#ifndef {{api_classname}}_h |
+#define {{api_classname}}_h |
#include "core/CSSPropertyNames.h" |
#include "core/css/properties/CSSPropertyAPI.h" |
namespace blink { |
-// TODO(aazzam): Generate API .h files |
- |
class CSSParserTokenRange; |
class CSSParserContext; |
-class CSSPropertyAPIWebkitPadding : public CSSPropertyAPI { |
+class {{api_classname}} : public CSSPropertyAPI { |
public: |
static const CSSValue* parseSingleValue(CSSParserTokenRange&, |
const CSSParserContext&); |
@@ -23,4 +21,4 @@ class CSSPropertyAPIWebkitPadding : public CSSPropertyAPI { |
} // namespace blink |
-#endif // CSSPropertyAPIWebkitPadding_h |
+#endif // {{api_classname}}_h |