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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.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/CSSSimpleLength.cpp
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.cpp b/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.cpp
index 47e3f4a7b3705f0087fdf088c7814769dcf7c497..bd3ab8019f66c625831c4f43df0b61492b9e839a 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.cpp
+++ b/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.cpp
@@ -9,6 +9,7 @@
#include "wtf/text/StringBuilder.h"
namespace blink {
+namespace cssom {
CSSValue* CSSSimpleLength::toCSSValue() const
{
@@ -52,4 +53,6 @@ CSSLengthValue* CSSSimpleLength::divideInternal(double x, ExceptionState& except
return create(m_value / x, m_unit);
}
+} // namespace cssom
} // namespace blink
+
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.h ('k') | third_party/WebKit/Source/core/css/cssom/CSSSkew.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698