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

Unified Diff: core/svg/SVGPathSegLinetoHorizontalAbs.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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/SVGPathSegLinetoAbs.idl ('k') | core/svg/SVGPathSegLinetoHorizontalRel.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGPathSegLinetoHorizontalAbs.idl
diff --git a/core/svg/SVGPathSegLinetoHorizontalAbs.idl b/core/svg/SVGPathSegLinetoHorizontalAbs.idl
index 655043fe5a66e98f9b7a38bffe221c80c47ababd..479b068dfd5f8de25630276ce1c66f1abdfa74ab 100644
--- a/core/svg/SVGPathSegLinetoHorizontalAbs.idl
+++ b/core/svg/SVGPathSegLinetoHorizontalAbs.idl
@@ -24,8 +24,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// http://www.w3.org/TR/SVG2/paths.html#InterfaceSVGPathSegLinetoHorizontalAbs
+
[
TypeChecking=Interface,
+ RuntimeEnabled=SVG1DOM,
+ MeasureAs=SVGPathSegDOM,
] interface SVGPathSegLinetoHorizontalAbs : SVGPathSeg {
attribute float x;
};
« no previous file with comments | « core/svg/SVGPathSegLinetoAbs.idl ('k') | core/svg/SVGPathSegLinetoHorizontalRel.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698