Index: Source/core/svg/SVGViewSpec.idl |
diff --git a/Source/core/svg/SVGViewSpec.idl b/Source/core/svg/SVGViewSpec.idl |
index 55b148978772a7e7142462544b09f3fa771873d5..40ac15244559346ccb2b5c3801941e563ee0a6ef 100644 |
--- a/Source/core/svg/SVGViewSpec.idl |
+++ b/Source/core/svg/SVGViewSpec.idl |
@@ -23,8 +23,6 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-// SVGViewSpec intentionally doesn't inherit from SVGZoomAndPan & SVGFitToViewBox on the IDLs. |
-// It would require that any of those classes would be RefCounted, and we want to avoid that. |
interface SVGViewSpec { |
readonly attribute SVGTransformList transform; |
readonly attribute SVGElement viewTarget; |
@@ -35,9 +33,7 @@ interface SVGViewSpec { |
// SVGZoomAndPan |
[SetterRaisesException] attribute unsigned short zoomAndPan; |
arv (Not doing code reviews)
2013/06/24 14:12:16
I thought you did SVGZoomAndPan already?
do-not-use
2013/06/24 14:23:13
This one is currently an exception and remains bec
|
- |
- // SVGFitToViewBox |
- readonly attribute SVGAnimatedRect viewBox; |
- readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio; |
}; |
+SVGViewSpec implements SVGFitToViewBox; |
+ |