| Index: client/html/generated/src/interface/CanvasElement.dart
|
| diff --git a/client/html/generated/src/interface/CanvasElement.dart b/client/html/generated/src/interface/CanvasElement.dart
|
| deleted file mode 100644
|
| index e9e57c1e900d4d5e9a7ba9023c45a50780033d41..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/src/interface/CanvasElement.dart
|
| +++ /dev/null
|
| @@ -1,20 +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.
|
| -
|
| -interface CanvasElement extends Element {
|
| -
|
| - int get height();
|
| -
|
| - void set height(int value);
|
| -
|
| - int get width();
|
| -
|
| - void set width(int value);
|
| -
|
| - CanvasRenderingContext getContext([String contextId]);
|
| -
|
| - String toDataURL(String type);
|
| -}
|
|
|