| Index: Source/core/css/CSSComputedStyleDeclaration.h
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.h b/Source/core/css/CSSComputedStyleDeclaration.h
|
| index d60072ab91a41308859140227de8f1db9f907f1b..e9fe689c341560ec5c82b4b41541185827c49daa 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.h
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.h
|
| @@ -38,7 +38,6 @@ class MutableStylePropertySet;
|
| class Node;
|
| class RenderObject;
|
| class RenderStyle;
|
| -class SVGPaint;
|
| class ShadowData;
|
| class ShadowList;
|
| class StyleColor;
|
| @@ -107,7 +106,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;
|
|
|
|
|