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

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

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.cpp
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.cpp b/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.cpp
index ac63595a18dff3b19034733015d608f7f8aa2003..2f4c8f6ca2de9eec21c42e47bd488014eee56710 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.cpp
+++ b/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.cpp
@@ -10,6 +10,7 @@
#include <memory>
namespace blink {
+namespace cssom {
CSSFunctionValue* CSSMatrixTransformComponent::toCSSValue() const
{
@@ -98,4 +99,6 @@ CSSMatrixTransformComponent* CSSMatrixTransformComponent::translate3d(double x,
return new CSSMatrixTransformComponent(std::move(matrix), Translation3DType);
}
+} // namespace cssom
} // namespace blink
+

Powered by Google App Engine
This is Rietveld 408576698