blob: dba7b013c82ec2119965dded65720e4e2ba6c528 [file] [log] [blame]
// Copyright (c) 2012, 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.
class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
$!MEMBERS
$if DART2JS
CanvasRenderingContext getContext(String contextId) native;
$endif
CanvasRenderingContext2D get context2d => getContext('2d');
}