Closed
Bug 837036
Opened 13 years ago
Closed 13 years ago
Remove SVGLocatableElement and SVGTransformableElement IDL
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: dzbarsky, Assigned: dzbarsky)
Details
Attachments
(1 file)
|
20.58 KB,
patch
|
longsonr
:
review+
|
Details | Diff | Splinter Review |
These have been merged into SVGGraphicsElement in the spec since SVGClipPathElement inherits from SVGElement. This change makes SVGLocatableElement.{h,cpp} unnecessary.
| Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
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+
Comment 3•13 years ago
|
||
Actually not M before T since SVGTransformableElement.h is the main include.
| Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
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.
Description
•