| Index: third_party/WebKit/Source/core/css/cssom/CSSPositionValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.cpp b/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.cpp
|
| index b819125d4a76e2dec25297cafcf530ae4e219941..eb34fc3e673a94f0e6f67f89061e2817b739ad93 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.cpp
|
| @@ -8,10 +8,13 @@
|
| #include "core/css/cssom/CSSLengthValue.h"
|
|
|
| namespace blink {
|
| +namespace cssom {
|
|
|
| CSSValue* CSSPositionValue::toCSSValue() const
|
| {
|
| return CSSValuePair::create(m_x->toCSSValue(), m_y->toCSSValue(), CSSValuePair::KeepIdenticalValues);
|
| }
|
|
|
| +} // namespace cssom
|
| } // namespace blink
|
| +
|
|
|