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

Unified Diff: third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp

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/animation/CSSColorInterpolationType.cpp
diff --git a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp
index 25f132b4e601c1dc312efafbd663fe03732701c9..8e992eb0369fe7b0f2686d10ada24512c7ee235f 100644
--- a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp
+++ b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp
@@ -14,6 +14,8 @@
namespace blink {
+using namespace cssvalue;
slangley 2017/04/05 00:29:33 The Google c++ style guide forbids the "using dire
dcheng 2017/04/05 02:31:34 Doesn't doing this mean that we're likely to end u
slangley 2017/04/05 04:40:18 The idea is that by tactically having "using names
dcheng 2017/04/05 06:21:26 OK, using these to ease the transition seems fine.
+
enum InterpolableColorIndex : unsigned {
Red,
Green,
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSColorValue.h » ('j') | third_party/WebKit/Source/core/css/CSSValuePool.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698