| Index: third_party/WebKit/Source/core/css/cssom/PositionValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/PositionValue.cpp b/third_party/WebKit/Source/core/css/cssom/PositionValue.cpp
|
| deleted file mode 100644
|
| index 282f4a8b20dd50ddf0e62f281a3bd8dc6b7a3365..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/core/css/cssom/PositionValue.cpp
|
| +++ /dev/null
|
| @@ -1,17 +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.
|
| -
|
| -#include "core/css/cssom/PositionValue.h"
|
| -
|
| -#include "core/css/CSSValuePair.h"
|
| -#include "core/css/cssom/LengthValue.h"
|
| -
|
| -namespace blink {
|
| -
|
| -CSSValue* PositionValue::toCSSValue() const
|
| -{
|
| - return CSSValuePair::create(m_x->toCSSValue(), m_y->toCSSValue(), CSSValuePair::KeepIdenticalValues);
|
| -}
|
| -
|
| -} // namespace blink
|
|
|