| Index: third_party/WebKit/Source/core/css/cssom/CSSTransformValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.h b/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.h
|
| index 5563598e84289e7c95a5bcf482a1a74340b3d4c7..eea71f8a3dd780aa21477d7c6f5799667dd8b0ba 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.h
|
| @@ -13,6 +13,7 @@
|
| #include "platform/heap/HeapAllocator.h"
|
|
|
| namespace blink {
|
| +namespace cssom {
|
|
|
| class CORE_EXPORT CSSTransformValue final : public CSSStyleValue, public ValueIterable<CSSTransformComponent*> {
|
| WTF_MAKE_NONCOPYABLE(CSSTransformValue);
|
| @@ -56,6 +57,8 @@ private:
|
| IterationSource* startIteration(ScriptState*, ExceptionState&) override;
|
| };
|
|
|
| +} // namespace cssom
|
| } // namespace blink
|
|
|
| +
|
| #endif // CSSTransformValue_h
|
|
|