Chromium Code Reviews| 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); |