| Index: third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.h b/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.h
|
| index d0602f06e67bfc3bab2937d03bfd2c19b065f569..e517ebb91a9c06656e39a206af428c84a4de2b12 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.h
|
| @@ -10,6 +10,7 @@
|
| #include <memory>
|
|
|
| namespace blink {
|
| +namespace cssom {
|
|
|
| class CORE_EXPORT CSSMatrixTransformComponent final : public CSSTransformComponent {
|
| WTF_MAKE_NONCOPYABLE(CSSMatrixTransformComponent);
|
| @@ -106,6 +107,8 @@ private:
|
| bool m_is2D;
|
| };
|
|
|
| +} // namespace cssom
|
| } // namespace blink
|
|
|
| +
|
| #endif
|
|
|