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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSAngleValue.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/CSSAngleValue.cpp
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.cpp b/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.cpp
index 4980d50af05e74fd65af4b3edeb5aae511e1ff15..d7dbc547eeec27e5e090e82cadcdb63d10e273f2 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.cpp
+++ b/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.cpp
@@ -9,6 +9,7 @@
#include "wtf/MathExtras.h"
namespace blink {
+namespace cssom {
CSSAngleValue* CSSAngleValue::create(double value, const String& unit, ExceptionState& exceptionState)
{
@@ -54,4 +55,6 @@ CSSValue* CSSAngleValue::toCSSValue() const
return CSSPrimitiveValue::create(m_value, m_unit);
}
+} // namespace cssom
} // namespace blink
+
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h ('k') | third_party/WebKit/Source/core/css/cssom/CSSCalcLength.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698