| Index: third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.cpp b/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.cpp
|
| index ac63595a18dff3b19034733015d608f7f8aa2003..2f4c8f6ca2de9eec21c42e47bd488014eee56710 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.cpp
|
| @@ -10,6 +10,7 @@
|
| #include <memory>
|
|
|
| namespace blink {
|
| +namespace cssom {
|
|
|
| CSSFunctionValue* CSSMatrixTransformComponent::toCSSValue() const
|
| {
|
| @@ -98,4 +99,6 @@ CSSMatrixTransformComponent* CSSMatrixTransformComponent::translate3d(double x,
|
| return new CSSMatrixTransformComponent(std::move(matrix), Translation3DType);
|
| }
|
|
|
| +} // namespace cssom
|
| } // namespace blink
|
| +
|
|
|