| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitPadding.h
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitPadding.h b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitPadding.h
|
| deleted file mode 100644
|
| index 22c2497ecd81afb1294566b4ba43790ecf5a59b6..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitPadding.h
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -// Copyright 2016 The Chromium Authors. All rights reserved.
|
| -// 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
|
| -
|
| -#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 {
|
| - public:
|
| - static const CSSValue* parseSingleValue(CSSParserTokenRange&,
|
| - const CSSParserContext&);
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // CSSPropertyAPIWebkitPadding_h
|
|
|