| Index: third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp b/third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp
|
| deleted file mode 100644
|
| index a8a566c89108050187e8ab16e255c88b6d30caec..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -// Copyright 2015 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/paint/ObjectPaintProperties.h"
|
| -
|
| -namespace blink {
|
| -
|
| -TransformPaintPropertyNode* ObjectPaintProperties::transformForLayerContents() const
|
| -{
|
| - // See the hierarchy diagram in the header.
|
| - if (m_transform)
|
| - return m_transform.get();
|
| - if (m_paintOffsetTranslation)
|
| - return m_paintOffsetTranslation.get();
|
| - return nullptr;
|
| -}
|
| -
|
| -} // namespace blink
|
|
|