| Index: client/dom/generated/src/wrapping/_CanvasGradientWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_CanvasGradientWrappingImplementation.dart b/client/dom/generated/src/wrapping/_CanvasGradientWrappingImplementation.dart
|
| deleted file mode 100644
|
| index 2b12ae500ba35217a5d744185ca2d66f0806a0f6..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/wrapping/_CanvasGradientWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -// WARNING: Do not edit - generated code.
|
| -
|
| -class _CanvasGradientWrappingImplementation extends DOMWrapperBase implements CanvasGradient {
|
| - _CanvasGradientWrappingImplementation() : super() {}
|
| -
|
| - static create__CanvasGradientWrappingImplementation() native {
|
| - return new _CanvasGradientWrappingImplementation();
|
| - }
|
| -
|
| - void addColorStop(num offset, String color) {
|
| - _addColorStop(this, offset, color);
|
| - return;
|
| - }
|
| - static void _addColorStop(receiver, offset, color) native;
|
| -
|
| - String get typeName() { return "CanvasGradient"; }
|
| -}
|
|
|