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

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

Issue 1154853007: Move toClipPath to SVGGeometryElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Draft 1 Created 5 years, 6 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/SVGGraphicsElement.h
diff --git a/Source/core/svg/SVGGraphicsElement.h b/Source/core/svg/SVGGraphicsElement.h
index 17451acc98dcfc059fefa82b6632d6713d001f59..b407523a312bee43327b27b21801f6da331c98cb 100644
--- a/Source/core/svg/SVGGraphicsElement.h
+++ b/Source/core/svg/SVGGraphicsElement.h
@@ -60,9 +60,6 @@ public:
virtual FloatRect getBBox();
PassRefPtrWillBeRawPtr<SVGRectTearOff> getBBoxFromJavascript();
- // FIXME: This should only be defined on SVGGeometryElement.
- virtual void toClipPath(Path&) { }
-
virtual bool isValid() const override final { return SVGTests::isValid(document()); }
SVGAnimatedTransformList* transform() { return m_transform.get(); }

Powered by Google App Engine
This is Rietveld 408576698