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

Unified Diff: Source/core/svg/SVGPaint.cpp

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
« Source/core/svg/SVGColor.cpp ('K') | « Source/core/svg/SVGPaint.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGPaint.cpp
diff --git a/Source/core/svg/SVGPaint.cpp b/Source/core/svg/SVGPaint.cpp
index f3ae55ef1043d69fce514b30715dbaba7a5a0898..893c19c4d4675029c02030cf9473214ba4dddc8f 100644
--- a/Source/core/svg/SVGPaint.cpp
+++ b/Source/core/svg/SVGPaint.cpp
@@ -57,17 +57,6 @@ SVGPaint::SVGPaint(const SVGPaintType& paintType, const String& uri)
{
}
-void SVGPaint::setUri(const String&)
-{
- // The whole SVGPaint interface is deprecated in SVG 1.1 (2nd edition).
- // The setters are the most problematic part so we remove the support for those first.
-}
-
-void SVGPaint::setPaint(unsigned short, const String&, const String&, const String&, ExceptionState& exceptionState)
-{
- exceptionState.throwDOMException(NoModificationAllowedError, ExceptionMessages::readOnly());
-}
-
String SVGPaint::customCSSText() const
{
switch (m_paintType) {
« Source/core/svg/SVGColor.cpp ('K') | « Source/core/svg/SVGPaint.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698