| Index: third_party/WebKit/Source/core/css/cssom/CSSScale.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/ScaleTransformComponent.cpp b/third_party/WebKit/Source/core/css/cssom/CSSScale.cpp
|
| similarity index 85%
|
| rename from third_party/WebKit/Source/core/css/cssom/ScaleTransformComponent.cpp
|
| rename to third_party/WebKit/Source/core/css/cssom/CSSScale.cpp
|
| index 019a398f0d3498ef1bc0e22a7a5fac43199294d2..455a155577db4d27bc59aa0e168555dbcb1743eb 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/ScaleTransformComponent.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSScale.cpp
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "core/css/cssom/ScaleTransformComponent.h"
|
| +#include "core/css/cssom/CSSScale.h"
|
|
|
| #include "core/css/CSSPrimitiveValue.h"
|
| #include "core/css/CSSValuePool.h"
|
|
|
| namespace blink {
|
|
|
| -CSSFunctionValue* ScaleTransformComponent::toCSSValue() const
|
| +CSSFunctionValue* CSSScale::toCSSValue() const
|
| {
|
| CSSFunctionValue* result = CSSFunctionValue::create(m_is2D ? CSSValueScale : CSSValueScale3d);
|
|
|
|
|