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

Unified Diff: core/svg/SVGViewSpec.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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
« no previous file with comments | « core/svg/SVGViewElement.idl ('k') | core/svg/SVGZoomAndPan.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGViewSpec.idl
diff --git a/core/svg/SVGViewSpec.idl b/core/svg/SVGViewSpec.idl
index 55b148978772a7e7142462544b09f3fa771873d5..40ac15244559346ccb2b5c3801941e563ee0a6ef 100644
--- a/core/svg/SVGViewSpec.idl
+++ b/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;
-
- // SVGFitToViewBox
- readonly attribute SVGAnimatedRect viewBox;
- readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
};
+SVGViewSpec implements SVGFitToViewBox;
+
« no previous file with comments | « core/svg/SVGViewElement.idl ('k') | core/svg/SVGZoomAndPan.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698