Index: Source/core/svg/SVGPaint.h |
diff --git a/Source/core/svg/SVGPaint.h b/Source/core/svg/SVGPaint.h |
index 8b85272374efebc2aa05d297f2d962cece631cc8..9c8ffb8e276a0d693f06a28cfcf9539718549677 100644 |
--- a/Source/core/svg/SVGPaint.h |
+++ b/Source/core/svg/SVGPaint.h |
@@ -95,9 +95,6 @@ public: |
const SVGPaintType& paintType() const { return m_paintType; } |
String uri() const { return m_uri; } |
- void setUri(const String&); |
- void setPaint(unsigned short paintType, const String& uri, const String& rgbColor, const String& iccColor, ExceptionState&); |
- |
String customCSSText() const; |
PassRefPtrWillBeRawPtr<SVGPaint> cloneForCSSOM() const; |