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

Unified Diff: Source/core/svg/SVGCursorElement.idl

Issue 17573007: Stop inheriting SVGExternalResourcesRequired, SVGFitToViewBox and SVGZoomAndPan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix SVGViewSpec-defaults.html failure Created 7 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/SVGCursorElement.idl
diff --git a/Source/core/svg/SVGCursorElement.idl b/Source/core/svg/SVGCursorElement.idl
index e689f59c8077e513497335479222b5f7a1659935..3d76a2db3615f27e085fe95c41a6bcf0c78328e6 100644
--- a/Source/core/svg/SVGCursorElement.idl
+++ b/Source/core/svg/SVGCursorElement.idl
@@ -23,12 +23,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface SVGCursorElement : SVGElement,
- SVGExternalResourcesRequired {
+interface SVGCursorElement : SVGElement {
readonly attribute SVGAnimatedLength x;
readonly attribute SVGAnimatedLength y;
};
+SVGCursorElement implements SVGExternalResourcesRequired;
SVGCursorElement implements SVGURIReference;
SVGCursorElement implements SVGTests;

Powered by Google App Engine
This is Rietveld 408576698