blob: d0de325c2dc2b2bff7d5d1e4b61fd2336b9cf41f [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.
part of html;
$ANNOTATIONS
class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
$!MEMBERS
$if DART2JS
CanvasRenderingContext getContext(String contextId) native;
$endif
CanvasRenderingContext2D get context2d => getContext('2d');
}