| Index: Source/core/css/CSSComputedStyleDeclaration.h
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.h b/Source/core/css/CSSComputedStyleDeclaration.h
|
| index a42ca6edbaa280e55ac4e217b7dfc9bf03338965..6116b50d2b46c1099f5b1245253533ed98b74071 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.h
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.h
|
| @@ -22,7 +22,6 @@
|
| #define CSSComputedStyleDeclaration_h
|
|
|
| #include "core/css/CSSStyleDeclaration.h"
|
| -#include "core/css/StyleColor.h"
|
| #include "core/rendering/style/RenderStyleConstants.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/RefPtr.h"
|
| @@ -110,9 +109,8 @@ private:
|
|
|
| virtual bool cssPropertyMatches(CSSPropertyID, const CSSValue*) const OVERRIDE;
|
|
|
| - PassRefPtr<CSSValue> valueForShadow(const RenderObject*, const ShadowData*, CSSPropertyID, const RenderStyle*) const;
|
| - PassRefPtr<CSSPrimitiveValue> currentColorOrValidColor(RenderStyle*, const StyleColor&) const;
|
| - PassRefPtr<CSSPrimitiveValue> currentColorOrValidColor(const RenderObject*, const RenderStyle*, int colorProperty) const;
|
| + PassRefPtr<CSSValue> valueForShadow(const ShadowData*, CSSPropertyID, const RenderStyle*) const;
|
| + PassRefPtr<CSSPrimitiveValue> currentColorOrValidColor(RenderStyle*, const Color&) const;
|
| PassRefPtr<SVGPaint> adjustSVGPaintForCurrentColor(PassRefPtr<SVGPaint>, RenderStyle*) const;
|
|
|
| PassRefPtr<CSSValue> valueForFilter(const RenderObject*, const RenderStyle*) const;
|
|
|