Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(753)

Unified Diff: Source/core/svg/SVGColor.h

Issue 183973036: Remove some SVG API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Retry Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() { }

Powered by Google App Engine
This is Rietveld 408576698