| Index: third_party/WebKit/Source/core/css/parser/CSSParser.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParser.h b/third_party/WebKit/Source/core/css/parser/CSSParser.h
|
| index 53b050903acef0a4e5fed606be10a9b0c117299e..0c5bc6ec5502444f7ac88c62cf3374ed9bd1bad4 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParser.h
|
| @@ -49,8 +49,8 @@ public:
|
|
|
| // The color will only be changed when string contains a valid CSS color, so callers
|
| // can set it to a default color and ignore the boolean result.
|
| - static bool parseColor(RGBA32& color, const String&, bool strict = false);
|
| - static bool parseSystemColor(RGBA32& color, const String&);
|
| + static bool parseColor(Color&, const String&, bool strict = false);
|
| + static bool parseSystemColor(Color&, const String&);
|
|
|
| static void parseSheetForInspector(const CSSParserContext&, StyleSheetContents*, const String&, CSSParserObserver&);
|
| static void parseDeclarationListForInspector(const CSSParserContext&, const String&, CSSParserObserver&);
|
|
|