Index: Source/core/svg/SVGColor.h |
diff --git a/Source/core/svg/SVGColor.h b/Source/core/svg/SVGColor.h |
index 8824adc4c8864bdf13d4faeac0653815920dbc51..a6e9ee09970448db2b621ae9d1b1d37a00d8b9e9 100644 |
--- a/Source/core/svg/SVGColor.h |
+++ b/Source/core/svg/SVGColor.h |
@@ -64,14 +64,9 @@ public: |
const Color& color() const { return m_color; } |
const SVGColorType& colorType() const { return m_colorType; } |
- PassRefPtrWillBeRawPtr<RGBColor> rgbColor() const; |
static StyleColor colorFromRGBColorString(const String&); |
- void setRGBColor(const String& rgbColor, ExceptionState&); |
- void setRGBColorICCColor(const String& rgbColor, const String& iccColor, ExceptionState&); |
- void setColor(unsigned short colorType, const String& rgbColor, const String& iccColor, ExceptionState&); |
- |
String customCSSText() const; |
~SVGColor() { } |