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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSLengthValue.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/CSSLengthValue.cpp
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.cpp b/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.cpp
index b9276fe0778cf75a47bed12cbb39206cb2df35d4..5f4c46dfeb495d15e7a13ca085fa2700df61ad7c 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.cpp
+++ b/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.cpp
@@ -12,6 +12,7 @@
#include "wtf/HashMap.h"
namespace blink {
+namespace cssom {
CSSPrimitiveValue::UnitType CSSLengthValue::unitFromName(const String& name)
{
@@ -88,4 +89,6 @@ CSSLengthValue* CSSLengthValue::divideInternal(double, ExceptionState&)
return nullptr;
}
+} // namespace cssom
} // namespace blink
+

Powered by Google App Engine
This is Rietveld 408576698