Closed Bug 837036 Opened 13 years ago Closed 13 years ago

Remove SVGLocatableElement and SVGTransformableElement IDL

Categories

(Core :: SVG, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla21

People

(Reporter: dzbarsky, Assigned: dzbarsky)

Details

Attachments

(1 file)

These have been merged into SVGGraphicsElement in the spec since SVGClipPathElement inherits from SVGElement. This change makes SVGLocatableElement.{h,cpp} unnecessary.
Attached patch PatchSplinter Review
Assignee: nobody → dzbarsky
Status: NEW → ASSIGNED
Attachment #708940 - Flags: review?(longsonr)
Comment on attachment 708940 [details] [diff] [review] Patch >diff --git a/content/svg/content/src/SVGTransformableElement.cpp b/content/svg/content/src/SVGTransformableElement.cpp >--- a/content/svg/content/src/SVGTransformableElement.cpp >+++ b/content/svg/content/src/SVGTransformableElement.cpp >@@ -1,32 +1,33 @@ > /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ > /* This Source Code Form is subject to the terms of the Mozilla Public > * License, v. 2.0. If a copy of the MPL was not distributed with this > * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ > >+#include "mozilla/dom/SVGSVGElement.h" Should come after the SVGTransformableElement.h include > #include "mozilla/dom/SVGTransformableElement.h" >+#include "mozilla/dom/SVGTransformableElement.h" So good we need it twice? >+#include "mozilla/dom/SVGMatrix.h" M before T > #include "DOMSVGAnimatedTransformList.h" > #include "nsIDOMMutationEvent.h" >+#include "nsSVGRect.h" S after I > #include "nsIFrame.h" >+#include "nsISVGChildFrame.h" > #include "nsSVGUtils.h" > #include "nsContentUtils.h" >+#include "SVGContentUtils.h" r=longsonr with nits fixed.
Attachment #708940 - Flags: review?(longsonr) → review+
Actually not M before T since SVGTransformableElement.h is the main include.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: