blob: 3689a4177f40dd18aca73c3463df40c769475f54 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
RuntimeEnabled=ExperimentalCanvasFeatures,
SetWrapperReferenceFrom=canvas,
] interface ImageBitmapRenderingContext {
// back-reference to the canvas
readonly attribute HTMLCanvasElement canvas;
void transferFromImageBitmap(ImageBitmap bitmap);
};