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

Unified Diff: third_party/WebKit/Source/core/css/CSSColorValue.cpp

Issue 2796183002: Introduce the nested namespace ::blink::cssvalue, start with CSSColorValue. (Closed)
Patch Set: Use the least possible namespace scoping when aliasing. Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSColorValue.h ('k') | third_party/WebKit/Source/core/css/CSSValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/CSSColorValue.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSColorValue.cpp b/third_party/WebKit/Source/core/css/CSSColorValue.cpp
index 397dc3404a1898deac9e54150cc7b1713a55a8b2..0cca93c7ed3d69403f01bd213c3a6a14086a8c42 100644
--- a/third_party/WebKit/Source/core/css/CSSColorValue.cpp
+++ b/third_party/WebKit/Source/core/css/CSSColorValue.cpp
@@ -7,6 +7,7 @@
#include "core/css/CSSValuePool.h"
namespace blink {
+namespace cssvalue {
CSSColorValue* CSSColorValue::create(RGBA32 color) {
// These are the empty and deleted values of the hash table.
@@ -25,4 +26,5 @@ CSSColorValue* CSSColorValue::create(RGBA32 color) {
return entry.storedValue->value;
}
+} // namespace cssvalue
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSColorValue.h ('k') | third_party/WebKit/Source/core/css/CSSValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698