| Index: third_party/WebKit/Source/core/animation/ColorPropertyFunctions.h
|
| diff --git a/third_party/WebKit/Source/core/animation/ColorPropertyFunctions.h b/third_party/WebKit/Source/core/animation/ColorPropertyFunctions.h
|
| index 7fe546a21b1a9adaae86d11859b8eaaca87693cb..47fe8c79bf19301951cecf5a1d4496c732713f5e 100644
|
| --- a/third_party/WebKit/Source/core/animation/ColorPropertyFunctions.h
|
| +++ b/third_party/WebKit/Source/core/animation/ColorPropertyFunctions.h
|
| @@ -14,7 +14,7 @@ class ComputedStyle;
|
|
|
| class ColorPropertyFunctions {
|
| public:
|
| - static StyleColor getInitialColor(CSSPropertyID);
|
| + static bool getInitialColor(CSSPropertyID, StyleColor& initialColor);
|
| static StyleColor getUnvisitedColor(CSSPropertyID, const ComputedStyle&);
|
| static StyleColor getVisitedColor(CSSPropertyID, const ComputedStyle&);
|
| static void setUnvisitedColor(CSSPropertyID, ComputedStyle&, const Color&);
|
|
|