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

Unified Diff: third_party/WebKit/Source/core/css/CSSValuePool.h

Issue 2796183002: Introduce the nested namespace ::blink::cssvalue, start with CSSColorValue. (Closed)
Patch Set: 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
Index: third_party/WebKit/Source/core/css/CSSValuePool.h
diff --git a/third_party/WebKit/Source/core/css/CSSValuePool.h b/third_party/WebKit/Source/core/css/CSSValuePool.h
index e07d4518ef83275b55b272c2fb6d371e8455194c..a9d7cb3623bb5c57b59dbe77ef6e76b89f6d83ca 100644
--- a/third_party/WebKit/Source/core/css/CSSValuePool.h
+++ b/third_party/WebKit/Source/core/css/CSSValuePool.h
@@ -44,6 +44,8 @@
namespace blink {
+using ::blink::cssvalue::CSSColorValue;
dcheng 2017/04/05 02:31:34 It would be nicer not to have using declarations i
slangley 2017/04/05 04:40:18 done
+
class CORE_EXPORT CSSValuePool
: public GarbageCollectedFinalized<CSSValuePool> {
WTF_MAKE_NONCOPYABLE(CSSValuePool);

Powered by Google App Engine
This is Rietveld 408576698