Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.h

Issue 2367663002: [WIP] Attempt to move everything cssom into a cssom namespace (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698