Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / public / web / WebCSSParser.h
blob530e9ef2269b92edd0da67d769b78aebbbb90381
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef WebCSSParser_h
6 #define WebCSSParser_h
8 #include "public/platform/WebColor.h"
9 #include "public/platform/WebCommon.h"
11 namespace blink {
13 class WebString;
15 class WebCSSParser {
16 public:
17 BLINK_EXPORT static bool parseColor(WebColor*, const WebString&);
20 } // namespace blink
22 #endif