| Index: third_party/WebKit/Source/core/css/cssom/CSSTranslation.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTranslation.cpp b/third_party/WebKit/Source/core/css/cssom/CSSTranslation.cpp
|
| index 7b59b92f55fee9f90a2282940da20067e442c3f5..64cf047232acada7903b39925aa050e90a0195e7 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSTranslation.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSTranslation.cpp
|
| @@ -8,6 +8,7 @@
|
| #include "core/css/CSSPrimitiveValue.h"
|
|
|
| namespace blink {
|
| +namespace cssom {
|
|
|
| CSSTranslation* CSSTranslation::create(CSSLengthValue* x, CSSLengthValue* y, CSSLengthValue* z, ExceptionState& exceptionState)
|
| {
|
| @@ -28,4 +29,6 @@ CSSFunctionValue* CSSTranslation::toCSSValue() const
|
| return result;
|
| }
|
|
|
| +} // namespace cssom
|
| } // namespace blink
|
| +
|
|
|