| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitMargin.h
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitMargin.h b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitMargin.h
|
| deleted file mode 100644
|
| index dda0d98fdb14787a2139e65b3a42dbc7aff414a5..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitMargin.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 CSSPropertyAPIWebkitMargin_h
|
| -#define CSSPropertyAPIWebkitMargin_h
|
| -
|
| -#include "core/CSSPropertyNames.h"
|
| -#include "core/css/properties/CSSPropertyAPI.h"
|
| -
|
| -namespace blink {
|
| -
|
| -// TODO(aazzam): Generate API .h files
|
| -
|
| -class CSSParserTokenRange;
|
| -class CSSParserContext;
|
| -
|
| -class CSSPropertyAPIWebkitMargin : public CSSPropertyAPI {
|
| - public:
|
| - static const CSSValue* parseSingleValue(CSSParserTokenRange&,
|
| - const CSSParserContext&);
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // CSSPropertyAPIWebkitMargin_h
|
|
|