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

Unified Diff: sdk/lib/svg/dartium/svg_dartium.dart

Issue 12605003: Converting Element.client*, offset* and Screen.avail* over to Rects (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | tests/html/element_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/svg/dartium/svg_dartium.dart
diff --git a/sdk/lib/svg/dartium/svg_dartium.dart b/sdk/lib/svg/dartium/svg_dartium.dart
index bfe65b7b49e53ab61de8ee45a12cbabcc240333b..c5a3d54ce7cb132b38c1e24ebda483d542640c57 100644
--- a/sdk/lib/svg/dartium/svg_dartium.dart
+++ b/sdk/lib/svg/dartium/svg_dartium.dart
@@ -6169,7 +6169,7 @@ class StopElement extends StyledElement {
@DomName('SVGStopElement.offset')
@DocsEditable
- AnimatedNumber get offset native "SVGStopElement_offset_Getter";
+ AnimatedNumber get gradientOffset native "SVGStopElement_offset_Getter";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -8289,7 +8289,7 @@ class _SVGComponentTransferFunctionElement extends SvgElement {
@DomName('SVGComponentTransferFunctionElement.offset')
@DocsEditable
- AnimatedNumber get offset native "SVGComponentTransferFunctionElement_offset_Getter";
+ AnimatedNumber get gradientOffset native "SVGComponentTransferFunctionElement_offset_Getter";
@DomName('SVGComponentTransferFunctionElement.slope')
@DocsEditable
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | tests/html/element_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698