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

Unified Diff: client/dom/generated/src/wrapping/_CanvasRenderingContext2DWrappingImplementation.dart

Issue 8588010: Regenerate from IDL with LANGUAGE_JAVASCRIPT on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Map Array to List Created 9 years, 1 month 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
Index: client/dom/generated/src/wrapping/_CanvasRenderingContext2DWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_CanvasRenderingContext2DWrappingImplementation.dart b/client/dom/generated/src/wrapping/_CanvasRenderingContext2DWrappingImplementation.dart
index f96a5148b1d18729e804134a354d53298a8a8e42..f24df66892c2dda2d24ac3017d274fcce3b88b25 100644
--- a/client/dom/generated/src/wrapping/_CanvasRenderingContext2DWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_CanvasRenderingContext2DWrappingImplementation.dart
@@ -89,6 +89,12 @@ class _CanvasRenderingContext2DWrappingImplementation extends _CanvasRenderingCo
void set textBaseline(String value) { _set__CanvasRenderingContext2D_textBaseline(this, value); }
static void _set__CanvasRenderingContext2D_textBaseline(var _this, String value) native;
+ List get webkitLineDash() { return _get__CanvasRenderingContext2D_webkitLineDash(this); }
+ static List _get__CanvasRenderingContext2D_webkitLineDash(var _this) native;
+
+ void set webkitLineDash(List value) { _set__CanvasRenderingContext2D_webkitLineDash(this, value); }
+ static void _set__CanvasRenderingContext2D_webkitLineDash(var _this, List value) native;
+
num get webkitLineDashOffset() { return _get__CanvasRenderingContext2D_webkitLineDashOffset(this); }
static num _get__CanvasRenderingContext2D_webkitLineDashOffset(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698