| Index: Source/core/css/CSSComputedStyleDeclaration.h
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.h b/Source/core/css/CSSComputedStyleDeclaration.h
|
| index 8a34864e4a68ff50eb2a06e8aa82957e3e4ede8b..b5376ef2843d9588036ff46026eaaf3362af70f6 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.h
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.h
|
| @@ -39,7 +39,6 @@ class MutableStylePropertySet;
|
| class Node;
|
| class RenderObject;
|
| class RenderStyle;
|
| -class SVGPaint;
|
| class ShadowData;
|
| class ShadowList;
|
| class StyleColor;
|
| @@ -108,7 +107,6 @@ private:
|
| PassRefPtrWillBeRawPtr<CSSValue> valueForShadowData(const ShadowData&, const RenderStyle&, bool useSpread) const;
|
| PassRefPtrWillBeRawPtr<CSSValue> valueForShadowList(const ShadowList*, const RenderStyle&, bool useSpread) const;
|
| PassRefPtrWillBeRawPtr<CSSPrimitiveValue> currentColorOrValidColor(const RenderStyle&, const StyleColor&) const;
|
| - PassRefPtrWillBeRawPtr<SVGPaint> adjustSVGPaintForCurrentColor(PassRefPtrWillBeRawPtr<SVGPaint>, RenderStyle&) const;
|
|
|
| PassRefPtrWillBeRawPtr<CSSValue> valueForFilter(const RenderObject*, const RenderStyle&) const;
|
|
|
|
|